Oracle Error ORA-46269: Conflicting operation on audit files

Oracle Error Message

ORA-46269: Conflicting operation on audit files

Reason for the Error

Audit files were being operated by more than one DBMS_AUDIT_MGMT API from different sessions. The simultaneous execution of the CLEAN_AUDIT_TRAIL API with itself can cause the conflict.

Solution

Wait until the execution of one of the API’s complete and try executing the API again.