How to Setup Auditing ~~~~~~~~~~~~~~~~~~~~~ Do the following to set up auditing on your database: 1. Modify the "init .ora" file, usually located in the "$ORACLE_HOME/dbs" directory to enable the AUDIT_TRAIL parameter and stop/start the instance to make the parameter effective. AUDIT_TRAIL can be set to one of the following four values: --> DB/TRUE enables systemwide auditing where audited records are written to the database audit trail, the SYS.AUD$ table --> OS enables systemwide auditing where audited records are written to the operating system's audit trail --> DB_EXTENDED enables systemwide auditing as DB/TRUE does; in addition, it populates the SQLBIND and SQLTEXT CLOB columns of the SYS.AUD$ table NOTE : ----- DB_EXTENDED can be used starting with 10g only. More informations can be found in Note 249438.1 - 10G New Value DB_EXTENDED for the AUDIT_TRAIL Parameter --> NONE/FALSE disables auditing. This is the default value. Example: -------- AUD...
Mithun Ashok's Experience, Summary, Trainings and Knowledge Sharing on Oracle Database, Oracle Applications, Fusion Middleware, SQL, PL/SQL and Database Testing