ora如何备份表?
还有如何恢复?
[解决办法]
备份用exp
exp system/manager@TEST file=d:\daochu.dmp tables=(table1,table2)
恢复时用imp
imp system/manager@TEST file=d:\daochu.dmp tables=(table1)
[解决办法]
exp
imp
expdp
impdp
发布时间: 2012-07-20 10:38:30 作者: rapoo
ora如何备份表?
还有如何恢复?
[解决办法]
备份用exp
exp system/manager@TEST file=d:\daochu.dmp tables=(table1,table2)
恢复时用imp
imp system/manager@TEST file=d:\daochu.dmp tables=(table1)
[解决办法]
exp
imp
expdp
impdp