DB2 - Problem description
Problem IC91729 | Status: Closed |
INCORRECT SYNTAX COMBINATION OF CAST AND DATE FUNCTIONS SUCH AS DAYS, MINUTES ETC CAN CAUSE COMPILER CRASH INSTEAD OF SQL0104 | |
product: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problem description: | |
If incorrect syntax is used which involves the CAST operator and a DATE function DAYS or ( MINUTES, MONTHS, YEARS etc ) , then instead of a SQL0104 syntax error being returned a compiler crash can occur. Example statement : db2 "select cast( ( current_timestamp ) days as decimal ) from sysibm.sysdummy1 " will return following error: SQL0901N The SQL statement failed because of a non-severe system error. Subsequent SQL statements can be processed. (Reason "SQLNQ_CONVERTNODE 010".) SQLSTATE=58004 | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * DB2 LUW * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to 'product v97fp8 or db2v101fp3 * **************************************************************** | |
Local Fix: | |
Correct the syntax for the statement | |
available fix packs: | |
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows | |
Solution | |
an SQL0182N error will be returned instead of 901 , when expression for datetime is not valid | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 22.04.2013 01.10.2013 01.10.2013 |
Problem solved at the following versions (IBM BugInfos) | |
9.0.1, 9.7.FP8 | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.1.0.3 | |
10.1.0.3 |