欢迎投稿

今日深度:

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

oracle exp 导出非常多的表且是表结构,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/shujukunews/5958.html NewsArticle oracle exp 导出非常多的表且是表结构,oracleexp 需求是:要导出指定3千张表的结构,一般这样导就可以,但问题是表是非常多的,不会成功 exp user_name/password@servername rows=n tables=(tab1,tab2...
评论暂时关闭