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 IT26704 Status: Geschlossen

ADMIN_MOVE_TABLE: OUTPUT OF OPERATION ESTIMATE MAY RETURN SOURCETABLE
SIZES OF -4 AND SMALLER

Produkt:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problembeschreibung:
When the stored procedure ADMIN_MOVE_TABLE is called with
operation ESTIMATE, the size of the target table is estimated.

The result set also shows the calculated size of the source
table (SOURCE_SIZE) in kB:
e.g.:
CALL
SYSPROC.ADMIN_MOVE_TABLE('','','','','ESTIMATE'
)


	  Result set 1
	  --------------

	  TABSCHEMA TABNAME ROWS_SAMPLED         SOURCE_SIZE
TARGET_SIZE          SOURCE_PCTPAGESSAVED TARGET_PCTPAGESSAVED
	  --------- ------- -------------------- --------------------
-------------------- -------------------- --------------------
	                          0
-4
0                   -1                    0

	  1 record(s) selected.

	  Return Status = 0

The field SOURCE_SIZE is calculated by multiplying the field
NPAGES of the catalog view SYSCAT.TABLES of the source table
with its pagesize/1024. In case the statistics of the source
table are missing (i.e NPAGES is -1) the calculated SOURCE_SIZE
is shown directly in the result set of the stored procedure.

With this APAR the reported SOURCE_SIZE is limited to -1 instead
of displaying values as shown in the example above.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* users calling stored procedure ADMIN_MOVE_TABLE with         *
* operation ESTIMATE                                           *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to the latest fix pack.                              *
****************************************************************
Local-Fix:
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
23.10.2018
23.02.2020
23.02.2020
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version