Database Error Messages

ORA-23306

schema string does not exist

Cause

The schema name was null or misspelled, or the schema does not exist locally.


Action

Specify the schema correctly, or create it with CREATE USER.