Setting up selective row-level auditing

Auditing can be configured so that row-level events of only selected tables are recorded in the audit trail. Selective row-level auditing can compact audit records so that they are more manageable and potentially improve database server performance.

You must be a DBSSO to complete this task.
  1. Run the onaudit command with the -R option.
  2. Designate the tables that you want to audit on the row level:
    1. For each existing table that you want to audit at the row level, run the ALTER TABLE statement with the ADD AUDIT clause.
    2. For each new table that you want to audit at the row level, run the CREATE TABLE statement with the WITH AUDIT clause.