ORA-01435 user does not exist

  • Share
  • Share

Description:
ORA-01435 user does not exist

Cause:
This message is caused by any reference to a non-existent user. For example, it occurs if a SELECT, GRANT, or REVOKE statement specifies a username that does not exist. Only a GRANT CONNECT statement may specify a new username. All other GRANT and REVOKE statements must specify existing usernames. If specified in a SELECT statement, usernames must already exist.

ORA-00900 to ORA-01499 , , , , , , , , , , ,

  1. admin
    March 20th, 2009 at 13:46 | #1

    Specify only existing usernames in the SELECT, GRANT, or REVOKE statement or ask the database administrator to define the new username.

  1. No trackbacks yet.