home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC85788 Status: Closed

SQL0313N ERROR RETURNED WHEN HOST VARIABLES ARE USED IN DELETE STATEMENT IN
A CLI APPLICATION.

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
Delete statement without 'from' clause against a database 
created with Oracle Compatibility mode fails with SQl0313N when 
host variables are used in a CLI application. 
 
Example: 
 
Delete t2 where col1 = :1 and col2 = :2 
 
[IBM][CLI Driver][DB2/6000] SQL0313N  The number of var 
iables in the EXECUTE statement, the number of variables in the 
OPEN statement, 
or the number of arguments in an OPEN statement for a 
parameterized cursor is no 
t equal to the number of values required.  SQLSTATE=07004
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All V9.7 users with ORACLECOMPATIBILITY MODE                 * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to V9.7 FP8                                          * 
****************************************************************
Local Fix:
Use parameter markers instead of host variables. 
Delete t2 where col1 = ? and col2 = ?
available fix packs:
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Solution
First fixed in V9.7 FP8
Workaround
not known / see Local fix
BUG-Tracking
forerunner  : APAR is sysrouted TO one or more of the following: IC86333 
follow-up : 
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
08.08.2012
02.04.2013
02.04.2013
Problem solved at the following versions (IBM BugInfos)
9.7.FP8
Problem solved according to the fixlist(s) of the following version(s)
9.7.0.8 FixList