DB2 - Problembeschreibung
Problem IC79605 | Status: Geschlossen |
Administrative views return duplicated rows, although should return one, when multiple sources of rights exist in ORA mode. | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
When DB2_COMPATIBILITY_VECTOR is set to ORA, administrative views(all_tables, all_views etc.) the views returns duplicated results when more then one sources of rights exist. db2stop db2set DB2_COMPATIBILITY_VECTOR=ORA db2start db2sampl db2 connect to sample db2 "CREATE TABLE t1(c1 int)" db2 "CREATE ROLE role_test" db2 "CREATE ROLE role_test2" db2 "GRANT SELECT ON t1 TO role_test, role_test2" db2 "grant role role_test to user1" db2 "grant role role_test2 to user1" db2 -x "select * from all_tables where table_name='T1'" Result for current user: DB2INST1 DB2INST1 T1 IBMDB2SAMPLEREL -1 262144 262144 0 YES 0 0 1 0 DISABLED 2011-10-12-13.45.14.336171 YES N IBMDEFAULTBP YES DISABLED Result for user1: DB2INST1 DB2INST1 T1 IBMDB2SAMPLEREL -1 262144 262144 0 YES 0 0 1 0 DISABLED 2011-10-12-13.45.14.336171 YES N IBMDEFAULTBP YES DISABLED DB2INST1 DB2INST1 T1 IBMDB2SAMPLEREL -1 262144 262144 0 YES 0 0 1 0 DISABLED 2011-10-12-13.45.14.336171 YES N IBMDEFAULTBP YES DISABLED | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * When DB2_COMPATIBILITY_VECTOR is set to ORA * **************************************************************** * PROBLEM DESCRIPTION: * * Please see Error Description. * **************************************************************** * RECOMMENDATION: * * Please see Error Description. * **************************************************************** | |
Local-Fix: | |
Can add UNIQUE to the select to remove the duplicate rows. | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows | |
Lösung | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC84178 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 03.11.2011 13.06.2012 13.06.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
9.7.0.6 |