OCI-46278
Conflicting concurrent operations using DBMS_AUDIT_MGMT procedures.
Cause
One of the following DBMS_AUDIT_MGMT procedures was concurrently executed with itself or with another procedure in separate sessions, which caused a conflict.
For instance, the following two procedure executions conflict with each other:
- SET_LAST_ARCHIVE_TIMESTAMP
- CLEAR_LAST_ARCHIVE_TIMESTAMP
- CLEAN_AUDIT_TRAIL
- SET_AUDIT_TRAIL_PROPERTY
- CLEAR_AUDIT_TRAIL_PROPERTY
Action
Wait until the execution of one of the DBMS_AUDIT_MGMT procedures completes and retry executing the procedure.
OCI-46278
Conflicting operation using DBMS_AUDIT_MGMT routines
Cause
One of the following API's was concurrently executed with itself or with another API in separate sessions causing a conflict:
- SET_LAST_ARCHIVE_TIMESTAMP
- CLEAR_LAST_ARCHIVE_TIMESTAMP
- CLEAN_AUDIT_TRAIL
- SET_AUDIT_TRAIL_PROPERTY
- CLEAR_AUDIT_TRAIL_PROPERTY.
Action
Wait until the execution of one of the API's completes and try executing the API again.
OCI-46278
Conflicting operation using DBMS_AUDIT_MGMT routines
Cause
One of the following API's was concurrently executed with itself or with another API in separate sessions causing a conflict:
- SET_LAST_ARCHIVE_TIMESTAMP
- CLEAR_LAST_ARCHIVE_TIMESTAMP
- CLEAN_AUDIT_TRAIL
- SET_AUDIT_TRAIL_PROPERTY
- CLEAR_AUDIT_TRAIL_PROPERTY.
Action
Wait until the execution of one of the API's completes and try executing the API again.