How to fix the Oracle error ORA-16247: DDL skipped on internal schema?
In this post, you’ll learn more about the Oracle ErrorORA-16247: DDL skipped on internal schema with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16247: DDL skipped on internal schema
Reason for the Error ORA-16247: DDL skipped on internal schema
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’.
How to fix the Error ORA-16247: DDL skipped on internal schema ?
You can fix this error in Oracle by following the below steps
No action necessary, this informational statement is provided to record the event for diagnostic purposes.
Leave Your Comment