Database Error Messages

ORA-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 was made to create a view on an object for which the current user didn't have any object privilege.


Action

Ensure the user has been granted the necessary privilege on the object and retry creating the view.