Database Error Messages

OCI-28114

object_schema.object_name does not exist or is not a table or a view.
  • object_schema: Name of the schema owning the object.
  • object_name: Name of the object.

Cause

An attempt is being made to create an Oracle Virtual Private Database (VPD) policy on an object which does not exist or is an unsupported object type.


Action

Ensure that the specified object exists, is accessible to the current user and is of TABLE or VIEW object type.