Auditing standby database
I have an Oracle 10g installed on a Windows Server.
This server has a standby database and my manager asked to audit some users.
In my lab, I changed AUDIT_TRAIL to OS on spfile and restarted database on read only mode. Parameter was accepted, but when I try to audit somethin(statement, session, etc), following message was presented:
ORA-16000: database open for read-only access
Is there any way to audit this kind of database?
I guess that I could create a temporary table and issue inserts on this table from queries on V$SESSION, V$SQLAREA, V$SQL, etc. but I don´t think that it would satisfy my manager needs.