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

"CREATE OR REPLACE" FLAG CASCADED TO PROCEDURE FROM THE
UNDERLYING VIEW

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
->db2 "create or replace view v2 as select * from test" 
 
->CREATE PROCEDURE sp()<<< 
     LANGUAGE SQL 
 BEGIN 
     DECLARE count INTEGER; 
     select count(*) into count from v2; 
     commit; 
 END  @ 
 
->db2 "create or replace view v3 as select * from test" 
 
->CREATE PROCEDURE sp()<<< 
     LANGUAGE SQL 
 BEGIN 
     DECLARE count INTEGER; 
     select count(*) into count from v3; 
     commit; 
 END  @ 
 
The second creation of the procedure with the same schema name 
and the same name goes through fine. As if the "CREATE OR 
REPLACE" flag is being cascaded to the procedure.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Users who use db2 v9.7                                       * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* upgrade to db2 v9.7 fixpack 10 or above                      * 
****************************************************************
Local Fix:
Solution
the problem is first fixed in db2 v9.7 fixpack 10
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
17.09.2013
11.11.2014
11.11.2014
Problem solved at the following versions (IBM BugInfos)
9.7.FP10
Problem solved according to the fixlist(s) of the following version(s)
9.7.0.10 FixList