Database Error Messages

OCI-52552

You cannot drop the data grant data_grant_owner.data_grant_name as it does not exist.
  • data_grant_owner: The owner of the data grant.
  • data_grant_name: The name of the data grant.

Cause

An attempt is being made to drop a data grant that does not exist.


Action

Use a different data grant name and try again.