How to fix the Oracle error ORA-16130: supplemental log information is missing from log stream?

In this post, you’ll learn more about the Oracle ErrorORA-16130: supplemental log information is missing from log stream with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

Reason for the Error ORA-16130: supplemental log information is missing from log stream

Supplemental logging is not enabled at the primary database.

How to fix the Error ORA-16130: supplemental log information is missing from log stream ?

You can fix this error in Oracle by following the below steps

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

Tags :

Leave Your Comment