Hi all,
11.2.0.1
Aix 6.1
I am just going to exit from my sqlplus connection, but the exit commands hang.
Then I ctrl+c the hanging process and I got
ERROR:
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01013: user requested cancel of current operation
What is causing this?
SQL> select count(*) from sys.aud$;
COUNT(*)
----------
39596
I only have small audit trail count, was it getting full?
Thanks,
zxy