Search notes:

ORA-01918: user … does not exist

If the database doesn't have a user whose name is no_such_user, the following statement throws the error message ORA-01918: user 'NO_SUCH_USER' does not exist:
create table no_such_user.table_name (a integer);

See also

Other Oracle error messages

Index