1、loadfromc:/null.txtofdel?terminateintotableA;解锁表
load和export是两种不同的导入方式,load较快,当load出现意外时,会导致数据表或表空间暂挂,上面这个语句可以解决表的暂挂问题。
2、altertabletableAactivatenotloggedinitiallywithemptytable;清空表而不产生日志
-------通过游标转移数据?游标,处理数据的一种方法,为了查看或者处理结果集中的数据
--同一个数据库
3、declareccloadcursorforselect语句
4、loadfromccloadofcursorinsertintotabeAnonrecoverableindexingmodeautoselectlockwithforce
?
--不同数据库之间
3、declareccloadcursordatabasesyn_dbuserusername?usingpasswordforselect语句
4、loadfromccloadofcursorinsertintotabeAnonrecoverableindexingmodeautoselectlockwithforce