ORA-16236: Logical Standby metadata operation in progress
Cause: The requested operation failed because an incompatible Logical Standby metadata operation such as DBMS_LOGSTDBY.SET_TABLESPACE, DBMS_LOGSTDBY.APPLY_SET or DBMS_LOGSTDBY.INSTANTIATE_TABLE was still running.
Action: Wait for the incompatible Logical Standby metadata operation to finish, then reenter or respecify the operation.
ORA-16236:逻辑主备元数据操作正在进行
ORA-16236表示正在对Logical Standby数据库执行元数据操作。
比如,逻辑主备数据库中新建用户或修改表结构时,可能会出现ORA-16236错误。
1)等待逻辑主备数据库完成元数据操作,之后再尝试要操作的操作。
2)如果持续存在ORA-16236错误,则可以通过检查Logical Standby的进程和日志文件,找到异常的原因。