DB2 - Problem description
| Problem IC76127 | Status: Closed |
ADMIN_MOVE_TABLE RETURNS SQL0104N IF TABLE OBJECT IS OWNED BY A USER THAT BEGINS WITH A NUMERAL | |
| product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problem description: | |
A DB2 user (AUTHORIZATION ID) can start with a number like
"12345" for example.
Such an authorization id can create table objects and then
becomes the DEFINER for this object
in SYSIBM.SYSTABLES.
However, if ADMIN_MOVE_TABLE is called for such a table the
procedure fails with syntax error (SQL0104N):
CALL SYSPROC.ADMIN_MOVE_TABLE
('TEST','T1','S_XX002','S_XX02','S_XX02','','','','','','MOVE')
SQL0104N An unexpected token "12345" was found following
"."T1AAAAVxt" TO USER".
Expected tokens may include: "<auth_identifier>".
SQLSTATE=42601 | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Problem Description above. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.7 Fix Pack 5. * **************************************************************** | |
| Local Fix: | |
| available fix packs: | |
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows | |
| Solution | |
First fixed in Version 9.7 Fix Pack 5. | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 03.05.2011 18.12.2011 18.12.2011 |
| Problem solved at the following versions (IBM BugInfos) | |
9.7.FP5 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 9.7.0.5 |
|