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 IT02710 Status: Closed

AFTER UPGRADE TO V105 FP1 OR LATER, A CALL OF THE PROCEDURE MAY RETURNS
SQL204N

product:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problem description:
Description 
After upgrade to v105 FP1 or later, a call of the procedure may 
returns SQL204N while the procedure executes normally before 
upgrading.  "db2rbind dbname -l logname" runs correctly but not 
helpful with the problem. 
 
Cause 
The error of SQL204N is because the table in the procedure is 
dropped and re-created and hence has a newer creation timestamp 
than the EXPLICIT_BIND_TIME of the procedure.  "db2rbind v95db 
-l logfile -r conservative" or" db2rbind v95db -l logfile" will 
not update the EXPLICIT_BIND_TIME and hence will not fix the 
problem. 
 
Workaround 
If the "any" option is used, the EXPLICIT_BIND_TIME will be 
updated and should work around the issue. 
e.g.  db2rbind v95db -l logfile -r any. 
or 
SYSPROC.REBIND_ROUTINE_PACKAGE() can be invoked to more 
selectively rebind only the packages for the routines that fail 
with the SQL204N issue. 
e.g. call sysproc.rebind_routine_package('P','' , '' 
,'<procedure_name_here>, '' );
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* See Error Description                                        * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Take the workaround in the description                       * 
****************************************************************
Local Fix:
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
22.06.2014
16.03.2015
16.03.2015
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.5.0.5 FixList