当前位置: 代码迷 >> Oracle管理 >> 怎么备份这个表空间中的数据文件
  详细解决方案

怎么备份这个表空间中的数据文件

热度:52   发布时间:2016-04-24 04:28:11.0
如何备份这个表空间中的数据文件?
我的数据库中有一个表空间的数据文件是这样的,开头有一个空格,文件名:O1_mf_tsp_insu_75h7z9vt_.dbf我用alter tablespace tsp_insur begin backup; 这样热备!谢谢!!
数据 备份 数据库

------解决方案--------------------
expdp user/passwd dumpfile=xxx.dmp directory=xxx tablespaces=tbs
------解决方案--------------------
expdp 也属于热备啊