/
Disabling supplemental logging
Disabling supplemental logging
Turn remove or turn off supplemental logging at the database level
SQL> alter database drop supplemental log data;
Supplemental logging can also be turned on per table. Use the following query to determine what has been turned on to disable
SQL> SELECT supplemental_log_data_min MIN, supplemental_log_data_pk PK, supplemental_log_data_ui UI, supplemental_log_data_fk FK, supplemental_log_data_all "ALL" FROM v$database;
Related content
Disabling supplemental logging
Disabling supplemental logging
More like this
Supplemental Logging. Subtle differences with Oracle versions 9i-12c
Supplemental Logging. Subtle differences with Oracle versions 9i-12c
More like this
Reducing the Size of Dbvisit Replicate Log Tables Like DBRSCOMMON_ERRORLOG
Reducing the Size of Dbvisit Replicate Log Tables Like DBRSCOMMON_ERRORLOG
More like this
Nologging Transactions
Nologging Transactions
More like this
Enable supplemental logging
Enable supplemental logging
More like this
Enable supplemental logging
Enable supplemental logging
More like this