Database Error Messages

ORA-65374

cannot set PDB_LOCKDOWN initialization parameter to an application lockdown profile

Cause

An attempt was made to set the PDB_LOCKDOWN initialization parameter to an application lockdown profile when the PDB_LOCKDOWN initialization parameter was already set to a container database (CDB) lockdown profile. This can also happen, if an attempt was made by an Application Common user to set the PDB_LOCKDOWN initialization parameter via ALTER SESSION DDL statement, when PDB_LOCKDOWN initialization parameter was already set in CDB$ROOT container to a container database (CDB) lockdown profile.


Action

If PDB_LOCKDOWN initialization parameter is being set in an application pluggable database (PDB), contact the CDB administrator. If PDB_LOCKDOWN initialization parameter is being set in an application ROOT, set the PDB_LOCKDOWN initialization parameter in the required application PDBs. If PDB_LOCKDOWN initialization parameter is being set by an Application Common user via ALTER SESSION, retry the operation with ALTER SYSTEM or contact the CDB administrator.