Database Error Messages

OCI-46268

Conflicting operation on audit table(s)

Cause

Audit tables were being operated by more than one DBMS_AUDIT_MGMT API from different sessions. The simultaneous execution of the following API with one another and with itself can cause the conflict: INIT_CLEANUP, DEINIT_CLEANUP, SET_AUDIT_TRAIL_LOCATION and MOVE_DBAUDIT_TABLES.


Action

Wait until the execution of one of the API's completes and try executing the API again.