ENABLE_DDL_LOGGING in oracle 12c DBACLASS
This ENABLE_DDL_LOGGING parameter has been introduced in oracle 12c. If this ENABLE_DDL_LOGGING is enabled,then DDL records are written to the ADR. All DDL operations like alter/create/drop/truncate objects. Only drop user will be logged, But create user will not be. Enable the parameter: SQL> show parameter enable_ddl_logging NAME TYPE VALUE ------------------------------------ ----------- -----
oracle clusteringintermediate
by OracleDba
13 views