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;
文件名写了干啥?
------解决方案--------------------搞清楚表空间和数据文件的概念。
------解决方案--------------------这个错误很明显