且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Oracle备份恢复

更新时间:2021-12-06 00:53:32

exp userid/password@service owner=(user) file=d:/a.dmp
/*  完全备份指定用户的所有对象 */

imp userid/passwd@service  fromuser=userid touser=userid file=d:/aa.dmp
/*  恢复某用户的对象到指定用户 */