DB2 - Problem description
Problem IC74749 | Status: Closed |
COMPILING A SQL STATEMENT IN DB2 CAN FAIL WITH SQL0901N | |
product: | |
DB2 FOR LUW / DB2FORLUW / 950 - 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: * * Please see Problem Description above. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.5 Fix Pack 8. * **************************************************************** | |
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.5 Fix Pack 8 for Linux, UNIX, and Windows | |
Solution | |
First fixed in DB2 Version 9.5 Fix Pack 8. | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 28.02.2011 05.07.2011 05.07.2011 |
Problem solved at the following versions (IBM BugInfos) | |
9.5.FP8 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.5.0.8 |