Database Error Messages

OCI-41904

Missing object privilege on "owner_name"."object_name" to create a view.
  • owner_name: The name of the owner of the object.
  • object_name: The name of the object.

Cause

An attempt is being made to create a view on an object for which the current user does not have any object privileges.


Action

Ensure that the necessary privilege is granted on the object and retry creating the view.