Oracle DBA, How To, Error, Cause and Action

ORA-02420: missing schema authorization clause

ORA-02420: missing schema authorization clause


Cause:


the AUTHORIZATION clause is missing from a create schema statement.



Action:


Preceed the schema authorization identifier with the AUTHORIZATION keyword.

No comments:

Post a Comment

Thanks for your comment.