文档解释
ORA-02142: missing or invalid ALTER TABLESPACE option
Cause: A valid option was not present.
Action: Use one of the valid options: add, rename, default, online, offline, read only, read write, begin, end, no, force, retention guarantee and retention noguarantee.
ORA-02142 错误消息指示缺少ALTER TABLESPACE语句的有效选项。
官方解释
ORA-02142: missing or invalid ALTER TABLESPACE option
Cause: The ALTER TABLESPACE statement was parsed but either the specified keyword or value for the option was not valid.
Action: Check the syntax of the ALTER TABLESPACE command and retry the statement.
常见案例
1.在执行ALTER TABLESPACE语句时,输入了合法的选项,但输入的值无效。
2.使用ALTER TABLESPACE语句时没有正确指定选项。
正常处理方法及步骤
1.检查ALTER TABLESPACE命令的语法是否正确,看看使用的关键字是否存在。
2.确保指定的值是有效的。
3.如果所有参数的值都是合法的,重试ALTER TABLESPACE语句。