欢迎投稿

今日深度:

oracleexp导出非常多的表且是表结构

oracleexp导出非常多的表且是表结构


需求是:要导出指定3千张表的结构,一般这样导就可以,但问题是表是非常多的,不会成功

exp user_name/password@servername rows=n tables=(tab1,tab2,tab3000) file=d:/data.dmp

用下列方法:

exp parfile=d:\test.par

test.par的内容为:

userid=user_name/password@servername
file=d:\data.dmp
tables=(tab1,tab2,tab3000)
rows=n

www.htsjk.Com true http://www.htsjk.com/oracle/22923.html NewsArticle oracleexp导出非常多的表且是表结构 需求是:要导出指定3千张表的结构,一般这样导就可以,但问题是表是非常多的,不会成功 exp user_name/password@servername rows=n tables=(tab1,tab2,tab3000) file...
评论暂时关闭