You can use two configuration procedures to provide simple control of the auditing feature:
You can set the audit level on an individual table or the same audit level for all of the tables. However, the simple configuration procedures do not allow for setting individual auditing levels for insert, update, or delete operations within a table.
Examples for Oracle:
Use the following examples as a guide to use the simple audit configuration procedures to control the auditing feature.
exec auditing_enable(null,3);
exec auditing_enable('TASK',1);
exec auditing_disable('PROJWBS');
exec auditing_disable(null);
Related Topics |
Legal Notices
Copyright © 1999, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Friday, March 28, 2014