DB2 - Problem description
Problem IC95554 | Status: Closed |
TO_CHAR( CHARACTER-EXPRESSION, FORMAT-STRING ) RETURNS SQL20447N IN VARCHAR2 COMPATIBILITY MODE | |
product: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
Problem description: | |
In VARCHAR2 compatibility mode, calling TO_CHAR( character-expression, format-string ) should implicitly cast the first argument to a number and perform numeric to string conversion using the format string provided. Instead, the first argument is implicitly cast to a timestamp and the second argument is assumed to be a timestamp format string. This is likely to result in SQLCODE SQL20447N and SQLSTATE 22007. | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 version 10.5 fix pack 3 * **************************************************************** | |
Local Fix: | |
Explicitly cast the first argument to a numeric data type | |
available fix packs: | |
DB2 Version 10.5 Fix Pack 3 for Linux, UNIX, and Windows | |
Solution | |
First fixed in DB2 version 10.5 fix pack 3 | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 28.08.2013 28.02.2014 28.02.2014 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.5.0.3 | |
10.5.0.3 |