Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-02423

schema name does not match schema authorization identifier

Cause

a table definition with a schema name prepended to the table name does not match the schema name provided in the authorization clause of a create schema statement.


Action

make sure the schema names match.