Database Error Messages

OCI-46408

DBMS_AUDIT_MGMT.LOAD_UNIFIED_AUDIT_FILES procedure cannot run on a closed or read-only PDB (con_id: con_id, name: name) on instance inst_number.
  • con_id: The container ID of the PDB.
  • name: The name of the PDB.
  • inst_number: The instance number of the instance.

Cause

DBMS_AUDIT_MGMT.LOAD_UNIFIED_AUDIT_FILES procedure fails on closed or read-only pluggable database (PDB).


Action

Open the PDB in read/write mode and retry the operation.