suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT26760 Status: Geschlossen

ADMIN_MOVE_TABLE MIGHT FAIL WITH SQL0668N WHEN RETRYING COPY OPERATION ON
COLUMNAR TARGET TABLE

Produkt:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problembeschreibung:
If admin_move_table is called and COPY phase fails, the target
table might be left in LOAD PENDING status.
After the root cause (e.g. lack of diskspace, utill_heap_sz,
etc) for getting into the LOAD PENDING status has been removed,
ADMIN_MOVE_TABLE can be restarted with the COPY operation.

In case of a columnar target table, the restarted AMT COPY
operation might fail with SQL0668 while truncating the target
table. This is because the LOAD PENDING status is not
automatically fixed by AMT like in other similar situations.
This fix implements an automatic LOAD TERMINATE command and
retries the truncation of the target table, if such a situation
happens.

Alternatively, the user can manually issue the LOAD TERMINATE
command if such a situation happens.
e.g.:

CALL
SYSPROC.ADMIN_MOVE_TABLE(','',''
,'ALLOW_READ_ACCESS','INIT')
CALL
SYSPROC.ADMIN_MOVE_TABLE(','',''
,'ALLOW_READ_ACCESS','COPY')

*** The ADMIN_MOVE_TABLE copy step is interrupted and fails when
it is repeated ***

CALL
SYSPROC.ADMIN_MOVE_TABLE(','',''
,'ALLOW_READ_ACCESS','COPY')
SQL0668N  Operation not allowed for reason code "3" on table
".".  SQLSTATE=57016

*** Manually issue a LOAD TERMINATE command on the target table
***

LOAD FROM /dev/null of del TERMINATE INTO
"".""

*** The ADMIN_MOVE_TABLE copy step can be repeated ***

CALL
SYSPROC.ADMIN_MOVE_TABLE(','',''
,'ALLOW_READ_ACCESS','COPY')
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* ALL                                                          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Db2 11.1 Mod 4 Fixpack 5 or higher                *
****************************************************************
Local-Fix:
Manually issue a LOAD TERMINATE command on the target table if
such a situation happens. Refer to the error description to see
an example.
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
26.10.2018
16.01.2020
16.01.2020
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version