TABLE 6-1 Database Error
Messages
Error
Message
|
Description and
Response
|
-951: User is not known on remote
host |
Incorrect password or user is not known on the
database server. This statement
refers to a database on another computer system, you must
have a valid login identity on any computer system you
access. See your network administrator about getting a login
ID. |
-952: User (<user-id>)'s password is not
correct for the database server. |
The password specified is incorrect. The database
server does not accept (or cannot find) your account
password. Check that your
password is specified correctly, and try
again. |
-387 No connect permission. |
You cannot access the database that this
statement requests because you have not been granted CONNECT
privilege to it. Have a system
administrator grant CONNECT privileges to that database
through the Security tool. |
-389 No DBA permission |
This statement cannot be executed because you
have not been granted DBA privilege for this database.
Contact a person who has DBA privilege
for the database and ask to be granted DBA privilege (or
simply ask to have this statement executed for
you). |
-201 A syntax error has occurred
|
This general error message indicates mistakes in
the form of a SQL statement.
Look
for missing or extra punctuation, keywords misspelled,
keywords misused, keywords out of sequence, or a reserved
word used as an identifier.
|