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.
Oracle Example:
To enable the auditing feature in Oracle, use the following code:
exec settings_write_bool(1,'database.audit','Enabled');
Microsoft SQL Server Example:
To enable the auditing feature in Microsoft SQL Server, use the following code:
exec settings_write_bool 1,'database.audit','Enabled'
Related Topics |
Legal Notices
Copyright © 1999, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Friday, March 28, 2014