ORA-16278: specified table has a multi-object skip rule defined
What triggered the Error:
A table that is instantiated via DBMS_LOGSTDBY.INSTANTIATE_TABLE must not have any skip rules defined with wildcard characters.What should we do to fix it:
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.