DBMS_AUDIT_MGMT.MOVE_DBAUDIT_TABLES package
Hi All,
I have customer has used the DBMS_AUDIT_MGMT.MOVE_DBAUDIT_TABLES package to move the Audit trail Objects into Oracle Database 11gR2 and they got these errors :
Ora-02002 : error while writing to audit trail
ORA-00604 : error occured at recursive SQL level 1
ora-01001: invalid cursor error
They have fixed the issue by using the Oracle note: 1310035.1. and performed only the step 3 on all of their database productions.
Questions :
- Is it posible to anticipate this error ? because what they do now is a reactive action. (after an incident has occur) but what if they want to prevent this incident. Is there a way to detect it on time ?