Auditing Status
You can enable or disable the auditing feature by using the database.audit.Enable setting
. Use the settings_write_bool
procedure to enable/disable the auditing feature.
To enable the auditing feature in Oracle, use the following code:
exec settings_write_bool(1,'database.audit','Enabled');
Related Topics
SETTINGS_WRITE_STRING Procedure
Last Published Tuesday, December 12, 2023