DB2 - Problem description
Problem IC86333 | Status: Closed |
SQL0313N ERROR RETURNED WHEN HOST VARIABLES ARE USED IN DELETE STATEMENT IN A CLI APPLICATION. | |
product: | |
DB2 FOR LUW / DB2FORLUW / A10 - 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: * * DB2 on LUW V10 users. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 V10 Fixpack 2. * **************************************************************** | |
Local Fix: | |
Use parameter markers instead of host variables. Delete t2 where col1 = ? and col2 = ? | |
available fix packs: | |
DB2 Version 10.1 Fix Pack 2 for Linux, UNIX, and Windows | |
Solution | |
Fixed in DB2 on LUW V10 Fixpack 2 | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 04.09.2012 31.01.2013 31.01.2013 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.1.0.2 | |
10.5.0.2 |