Oracle Solution for Error ora-02423

Solution for Oracle Error ORA-02423

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

What triggered 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.

What should we do to fix it:

make sure the schema names match.