导出导入的exp、imp脚本, 以USER为操作对象。记录一下。
###########################################
导出
exp tst_mst2/chic@chic wner=(tst_mst2) file=D:\chic.dmp log=D:\chic.log STATISTICS=NONE compress=y
导入
select 'truncate table ' || tname || ' ;' from tab where tabtype='TABLE';
imp chic_tran1/chic@chiclocal ignore=y file=d:\chic.dmp log=D:\imp.log fromuser=tst_mst2 touser=chic_tran1
###############################################
###########################################
导出
exp tst_mst2/chic@chic wner=(tst_mst2) file=D:\chic.dmp log=D:\chic.log STATISTICS=NONE compress=y
导入
select 'truncate table ' || tname || ' ;' from tab where tabtype='TABLE';
imp chic_tran1/chic@chiclocal ignore=y file=d:\chic.dmp log=D:\imp.log fromuser=tst_mst2 touser=chic_tran1
###############################################
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/20335819/viewspace-712791/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/20335819/viewspace-712791/