Database Error Messages

ORA-41724

insufficient privileges for ALTER PROFILE

Cause

An attempt was made to:

  1. Alter a common or default profile in root without the ALTER PROFILE privilege.
  2. Alter a federation profile in federation root without the federationally granted ALTER PROFILE privilege.
  3. Alter Oracle defined profiles ORA_STIG_PROFILE and ORA_CIS_PROFILE by lesser privileged users with ALTER PROFILE privilege.
  4. Alter a protected profile in a pluggable database with profile parameters that are not allowed to be modified.

Action

Grant the required privilege and retry the operation.