Oracle Error Message
ORA-16278: specified table has a multi-object skip rule defined
Reason for the Error
A table that is instantiated via DBMS_LOGSTDBY.INSTANTIATE_TABLE must not have any skip rules defined with wildcard characters.
Solution
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.