当前位置: 代码迷 >> Oracle管理 >> ora怎么备份表
  详细解决方案

ora怎么备份表

热度:3   发布时间:2016-04-24 05:14:56.0
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
  相关解决方案