Oracle Solution for Error ora-02420

Solution for Oracle Error ORA-02420

ORA-02420: missing schema authorization clause

What triggered the Error:

the AUTHORIZATION clause is missing from a create schema statement.

What should we do to fix it:

Preceed the schema authorization identifier with the AUTHORIZATION keyword.