ORA-12442: policy column "string" already used by an existing policy
What triggered the Error:
You tried to create a policy with the same policy column name as an existing policy.What should we do to fix it:
Use a different name for the policy column or drop the existing policy.