ora如何备份表?还有如何恢复?[解决办法]备份用expexp system/manager@TEST filed:\daochu.dmp tables(ta
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
