Oracle Error ORA-28100: policy function schema string is invalid

Oracle Error Message

ORA-28100: policy function schema string is invalid

Reason for the Error

The schema was dropped after the policy associated with the function had been added to the object.

Solution

Drop the policy and re-create it with a policy function owned by a valid user. Or re-create the user and the policy function under the new user.