Database Error Messages

ORA-41725

User "user_name" lacks CREATE ANY CONTEXT privilege
  • user_name: The name of the user who lacks the privilege

Cause

An attempt is made to create or replace context without CREATE ANY CONTEXT privilege.


Action

Grant the CREATE ANY CONTEXT privilege and retry the operation.