Database Error Messages

OCI-25705

Schema "schema_name" does not exist.
  • schema_name: The schema on which schema privilege is being granted.

Cause

An attempt was made to grant schema privileges on a schema that did not exist.


Action

Ensure that the schema specified in ON SCHEMA exists.