This document lists various error codes and messages that may occur in SQL statements. It separates the codes into negative values for errors and positive values for warnings. Some of the error codes listed include -102 for a string constant being too long, -117 for a mismatch between INSERT values and columns, and -501 for trying to FETCH from a cursor that is not open. Warnings listed include +100 for a row not being found or end of cursor and +223 for trying to FETCH within an UPDATE statement.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
426 views
DB2 SQL Error Codes
This document lists various error codes and messages that may occur in SQL statements. It separates the codes into negative values for errors and positive values for warnings. Some of the error codes listed include -102 for a string constant being too long, -117 for a mismatch between INSERT values and columns, and -501 for trying to FETCH from a cursor that is not open. Warnings listed include +100 for a row not being found or end of cursor and +223 for trying to FETCH within an UPDATE statement.
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2
Negative values (Errors)
-102 String constant is too long.
-117 The number of values in the INSERT does not match the number of columns. -180 Bad data in Date/Time/Timestamp. -181 Bad data in Date/Time/Timestamp. -199 Illegal use of the specified keyword.
-204 Object not defined to DB2.
-205 Column name not in table. -206 Column does not exist in any table of the SELECT. -216 Not the same number of expressions on both sides of the comparison in a SELECT . -224 FETCH cannot make an INSENSITIVE cursor SENSITIVE. -229 The locale specified in a SET LOCALE statement was not found.
-305 Null indicator needed.
-311 Varchar, insert or update. -LEN field with the right data length not set.
-482 The procedure returned no locators.
-501 Cursor not open on FETCH.
-502 Opening cursor that is already open. -503 Updating column needs to be specified. -530 Referential integrity preventing the INSERT/UPDATE -532 Referential integrity (DELETE RESTRICT rule) preventing the DELETE. -536 Referential integrity (DELETE RESTRICT rule) preventing the DELETE. -545 Check constraint preventing the INSERT/UPDATE. -551 Authorization failure
-747 The table is not available.
-803 Duplicate key on insert or update.
-805 DBRM or package not found in plan. -811 More than one row retrieved in SELECT INTO. -818 Plan and program: timestamp mismatch.
-904 Unavailable resource. Someone else is locking your data.
-911 Deadlock or timeout. Rollback has been done. -913 Deadlock or timeout. No rollback. -922 Authorization needed. -927 The language interface was called but no connection had been made. -936 -1741 -20000
[edit] Positive Values (Warnings)
+100 Row not found or end of cursor. +222 Trying to fetch a row within a DELETE statement. +223 Trying to fetch a row within an UPDATE statement. +231 FETCH after a BEFORE or AFTER but not on a valid row. +304 Value cannot be assigned to this host variable because it is out of range. +802 The null indicator was set to -2 as an arithmetic statement didn't work.