aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-16247: DDL skipped on internal schema

ORA-16247: DDL skipped on internal schema
Cause: Logical Standby ignores DDLs on internal schemas such as SYS and SYSTEM. For a complete list of internal schemas ignored by Logical Standby perform the following query: SELECT owner FROM dba_logstdby_skip WHERE statement_opt = 'INTERNAL SCHEMA'.
Action: No action necessary, this informational statement is provided to record the event for diagnostic purposes.

请先 登录 后评论

1 个回答

小智
ORA-16247:在内部模式上跳过DDL,
.原因:逻辑备用将忽略内部模式(如SYS和SYSTEM)上的DDL。有关Logical Standby所忽略的内部模式的完整列表,请执行以下查询:SELECT owner FROM dba_logstdby_skip WHERE statement_opt ='INTERNAL SCHEMA'。,
.操作:无需操作,提供此信息语句以记录事件以进行诊断。,
.
请先 登录 后评论