首页 > 数据库技术 > 详细

do export method of oracle all database tables with dmp files.

时间:2015-09-18 18:32:58      阅读:278      评论:0      收藏:0      [点我收藏+]

usually we need to export the database tables to backup and others use. So we must know what to do export those data .

just exmple when I export the oracle all database tables with dmp files.

the method is following :

#exp oracle_userName/"""oracle_userPassword"""@orcl file=/SpecifiedPath/Name.dmp full=y

Note :why to do use the """oracle_userPassword"""" .if your password contains special characters ,then you can use this method .

        orcl:spcified your database name .by default ,the database is orcl.

        file=/SpecifiedPath/CustomName.dmp .Must use the name sufffix ".dmp".

        by default ,the dmp files maybe have 20G of the size .

        I have tried to export the dmp files ,if you have any dobut , you can contact me .learn form each other .

       

do export method of oracle all database tables with dmp files.

原文:http://www.cnblogs.com/rick52o/p/4819904.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!