Moving AUD$ To Another Tablespace and Adding Triggers To AUD$
Moving AUD$ To Another Tablespace and Adding Triggers To AUD$
SQL> STARTUP
3. Create table space AUDIT so that it can be used instead of SYSTEM table space for auditing
SQL> CREATE TABLESPACE AUDIT_TBS DATAFILE SIZE 1000M AUTOEXTEND ON NEXT 1024K MAXSIZE
UNLIMITED;
$ connect system/<password>
9. Enable auditing
$ connect sys/<password>
SQL> STARTUP
SQL> @$ORACLE_HOME/rdbms/admin/cataudit.sql
11. Create table to record additional information about the action performed by user