Database Error Messages

ORA-46005

Cannot disable RAS policy since there are multiple policies enabled on schema_name.object_name.
  • schema_name: The name of the schema that owns the object.
  • object_name: The name of the object where the policies are enabled.

Cause

An attempt was made to disable an Oracle Real Application Security (RAS) policy associated with an object while the object had more than one policy enabled. When more than one RAS policy is enabled on an object, the specific policy name must be included when disabling a policy on the object.


Action

Specify a policy name associated with the object to disable the policy.