Oracle DBA, How To, Error, Cause and Action

ORA-16278: specified table has a multi-object skip rule defined

ORA-16278: specified table has a multi-object skip rule defined


Cause:


A table that is instantiated via DBMS_LOGSTDBY.INSTANTIATE_TABLE must not have any skip rules defined with wildcard characters.



Action:


Remove or rewrite any skip rules defined for the specified table so that they no longer contain wildcard characters, or no longer affect the specified table.

No comments:

Post a Comment

Thanks for your comment.