Database Error Messages

OCI-65337

cannot modify the profile created by another application

Cause

An attempt was made to modify a profile that was created by another application. This can also happen when connected to an application container and the DBMS_PDB.SET_PROFILE_EXPLICIT procedure was invoked and the input profile type was one of the following:

  • The out-of-the-box Oracle supplied local profiles (DEFAULT, ORA_STIG_PROFILE and ORA_CIS_PROFILE).
  • Multitenant container database (CDB) common profiles created at CDB$ROOT container.
  • Protected local profiles created by CDB common users inside the pluggable database (PDB).

Action

Modify the profile using the same application as the one that created the profile. Do not try invoking DBMS_PDB.SET_PROFILE_EXPLICIT procedure against Oracle supplied local profiles or CDB common profiles or protected local profiles.