DB2 - Problem description
Problem IT03336 | Status: Closed |
OBJECT CAN BE DROPPED, ALTERED, RENAMED OR TRUNCATED USING A SYNONYM IN AN ORA MODE DATABASE | |
product: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
Problem description: | |
In an ORA enabled database (DB2_COMPATIBILITY_VECTOR=ORA), an object can be dropped, altered, renamed or truncated using its synonym. For example: CREATE TABLE T (C1 INT); DB20000I The SQL command completed successfully. CREATE SYNONYM S FOR TABLE T; DB20000I The SQL command completed successfully. DROP TABLE S; DB20000I The SQL command completed successfully. The DROP TABLE statement should fail in an ORA enabled database. | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * All * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * upgrade to 10.5 fp 5 * **************************************************************** | |
Local Fix: | |
Solution | |
first fix in 10.5 fp 5 | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 23.07.2014 20.03.2015 20.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 |