How do I turn on audit trail for specific statement insert?

    Requires Free Membership to View

First, you have to set your AUDIT_TRAIL initialization parameter to DB and bounce your database. Then issue a statement similar to the following:

AUDIT INSERT ON schema.table;

The audit records will be placed in SYS.AUD$ and can be viewed through DBA_AUDIT_* views.

This was first published in April 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.