Oracle Error ORA-23306: schema string does not exist

Oracle Error Message

ORA-23306: schema string does not exist

Reason for the Error

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

Solution

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