DB2 - Problembeschreibung
| Problem IC97824 | Status: Geschlossen |
ADMIN_MOVE_TABLE DOESN'T RECREATE THE SECURITY LABEL ON A COLUMN | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
| Problembeschreibung: | |
Customer has a table with security label on a column. After execute ADMIN_MOVE_TABLE stored procedure the table was moved but without the security label on column. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 10.1 Fix Pack 4 * **************************************************************** | |
| Local-Fix: | |
Manually create a target table with the same definition of the
source table and then run ADMIN_MOVE_TABLE with the target table
approach, for example,
CALL
ADMIN_MOVE_TABLE('TEST','TAB1','TAB1T','COPY_USE_LOAD,KEEP','MOV
E');
For more information, see
http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.i
bm.db2.luw.sql.rtn.doc/doc/r0055069.html | |
| verfügbare FixPacks: | |
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows | |
| Lösung | |
First fixed in Version 10.1 Fix Pack 4 | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 21.11.2013 02.06.2014 02.06.2014 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
| Problem behoben lt. FixList in der Version | |
| 10.1.0.4 |
|