Oracle Error ORA-02423: schema name does not match schema authorization identifier

Oracle Error Message

ORA-02423: schema name does not match schema authorization identifier

Reason for the Error

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.

Solution

make sure the schema names match.