Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-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.