当前位置: 代码迷 >> Oracle管理 >> alter tablespace test01.dbf begin backup;解决方案
  详细解决方案

alter tablespace test01.dbf begin backup;解决方案

热度:455   发布时间:2016-04-24 06:18:07.0
alter tablespace test01.dbf begin backup;
alter tablespace test01.dbf begin backup;
error 位于第1行:
ora-02142:缺少或无效的 ALTER TABLESPACE 选项

------解决方案--------------------
alter tablespace "test01.dbf" begin backup

用上面的试一下
------解决方案--------------------
alter tablespace [tablespacename] begin backup;
文件名写了干啥?
------解决方案--------------------
搞清楚表空间和数据文件的概念。
------解决方案--------------------
这个错误很明显
  相关解决方案