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 |