DB2 - Problem description
Problem IC96273 | Status: Closed |
DYNAMIC SQL SNAPSHOTS MAY EXIT WITH SQLO_DBCSTRUNC ERROR | |
product: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problem description: | |
APAR IC74008 may prevent certain statements from getting properly stored in the package cache. As a result, when a dynamic sql snapshot operation fetches such statements and tries to do code page conversion (because the application code page is different from database code page), it receives a truncation error because the last few characters at the end of such statements were invalid. This causes the snapshot invocation to exit with SQLO_DBCSTRUNC error (seen in db2diag.log). Example : - db2 get snapshot for dynamic sql on <dbname> - Quering SYSIBMADM.SNAPDYN_SQL : db2 "SELECT NUM_EXECUTIONS "NUM EXECS" ,TOTAL_EXEC_TIME "EXEC TIME" , TOTAL_USR_CPU_TIME "USER CPU TIME" ,TOTAL_SYS_CPU_TIME "SYS CPU TIME", round((total_usr_cpu_time + total_sys_cpu_time)/num_executions,3) "Cpu (s)/execution", cast(STMT_TEXT as varchar(5000)) "SQL_TEXT" FROM SYSIBMADM.SNAPDYN_SQL where total_usr_cpu_time > 2 and num_executions > 5 order by total_usr_cpu_time desc" On command line prompt you will see : SQL1224N The database manager is not able to accept new requests, has terminated all requests in progress, or has terminated the specified request because of an error or a forced interrupt. SQLSTATE=55032 In db2diag.log you will see : 2013-01-30-08.36.11.657111+480 I8342394A488 LEVEL: Severe PID : 5505504 TID : 96123 PROC : db2sysc 0 INSTANCE: db2inst1 NODE : 000 APPHDL : 0-63253 APPID: *LOCAL.db2inst1.130130003612 AUTHID : DB2INST1 EDUID : 96123 EDUNAME: db2agent (instance) 0 FUNCTION: DB2 UDB, database monitor, sqlm_generic_convert, probe:60 RETCODE : ZRC=0x870F00C0=-2029059904=SQLO_DBCSTRUNC "last unconverted char is truncated" | |
Problem Summary: | |
Local Fix: | |
NA | |
available fix packs: | |
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows | |
Solution | |
Workaround | |
not known / see Local fix | |
Comment | |
This APAR is a duplicate of IC96026 | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 26.09.2013 09.05.2014 22.07.2014 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.1.0.3 | |
10.1.0.3 |