oracle exp 匯出非常多的表且是表結構,oracleexp

來源:互聯網
上載者:User

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

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.