AS USER SYSTEM, RUN THIS QUERY TO SEE THE AUDIT EVENTS

7. As user SYSTEM, run this query to see the audit events:

select sql_text,priv_used,action_name from dba_audit_trailwhere username='AUDITOR';

Note that the lowest possible privilege is used: access to the AUDI table was

through the SELECT object privilege, not through the much more powerful

(SELECT ANY TABLE) system privilege that was needed to get to PRODUCT_

USER_PROFILE.