Oracle DBA, How To, Error, Cause and Action

ORA-16130: supplemental log information is missing from log stream

ORA-16130: supplemental log information is missing from log stream


Cause:


Supplemental logging is not enabled at the primary database.



Action:


Issue the following command to enable supplemental logging. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY, UNIQUE INDEX) COLUMNS;

No comments:

Post a Comment

Thanks for your comment.