DB2 - Problem description
Problem IC74745 | Status: Closed |
COMPILING A SQL STATEMENT IN DB2 CAN FAIL WITH SQL0901N | |
product: | |
DB2 FOR LUW / DB2FORLUW / 910 - DB2 | |
Problem description: | |
Compiling a SQL statement can fail with SQL0901N if the SQL statement is compiled with both Intra-Partition Parallelism and Inter-Partition Parallelism. The SQL0901N error message contains the following text: SQL0901N The SQL statement failed because of a non-severe system error. Subsequent SQL statements can be processed. (Reason "sqlno_smp_create_tq [100]:rc( 0) ".) SQLSTATE=58004 | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See above. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.1 Fix Pack 11 * **************************************************************** | |
Local Fix: | |
Disable Intra-Partition Parallelism by using one of the following methods: Set database configuration parameter DFT_DEGREE to 1. This has database-wide effect. Set special register CURRENT DEGREE to 1. This affects the current connection for dynamic SQL. Use the bind option DEGREE. This affects the application for static SQL. | |
available fix packs: | |
DB2 Version 9.1 Fix Pack 11 for Linux, UNIX and Windows | |
Solution | |
First fixed in DB2 Version 9.1 Fix Pack 11 | |
Workaround | |
not known / see Local fix | |
BUG-Tracking | |
forerunner : APAR is sysrouted TO one or more of the following: IC74749 IC74750 follow-up : | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 28.02.2011 19.12.2011 19.12.2011 |
Problem solved at the following versions (IBM BugInfos) | |
9.1.FP11 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.1.0.11 |