Sei sulla pagina 1di 2

Restarting LOAD utility

PHASE RESTARTABLE YES/NO WHAT TO DO & HOW

RELOAD LOAD REPLACE: YES for RESUME YES/NO


LOAD RESUME YES : conditional  Do not Terminate LOAD utility
LOAD RESUME NO: NO  Solve the issue
 Ask ops to restart job form
abended step
 If above steps does not work
and you get message that
reload cant be started the n
 Terminate utility
 Solve issue
 Recover the table space that is
being loaded
 Recover all indexes on the
table space that are in the
REBUILD-pending state then
restart from top.
SORT/ ignored YES *restart from beginning of RELOAD
phase if SORTKEYS NO not specified

After LOAD is done you have to build


index so either sort or build or sort
build; run rebuild index.
BUILD/ignored LOAD RESUME YES: NO for RESUME YES
LOAD RESUME NO: YES After LOAD is done you have to build
LOAD REPLACE: YES index so either sort or build or sort
build; run rebuild index.
SORTBLD LOAD RESUME YES: NO for RESUME YES
LOAD RESUME NO: YES  if its SORTBUILD phase then
LOAD REPLACE: YES reload is done already
 check tablesapce and Index
space status
 terminate utility
 repair tablespace
 run the rebuild index on all
indexes

INDEXVAL YES If its load resume; You may need to


recover table space/ rebuild Index and
ask application team to correct data.

Or if its space issue then you also will


have to fix the space problem
ENFORCE YES If its load resume; You nay need to
recover table space/ rebuild Index and
ask application team to correct data
DISCARD YES You will have to fix the space issue and

REPORT YES Not needed/ just ignore.

NOTES:
 Any job that finished abnormally in the RELOAD, SORT, BUILD, or SORTBUILD phase and if SORTKEYS NO was not
specified restarts from the beginning of the RELOAD phase.

Notes from Alok :-

If it’s LOAD REPLACE:

Table size is small: Terminate the utility; fix the issue; ;rerun the job

Table size is big: means billion of records

Terminate the utility; fix the issue;

If abended in reload phase run job from abended step.

If abended in rebuild phase; repair tablespace recovery pending; run the rebuild index

If LOAD RESUME Yes:

Do not terminate utility

Fix the issue

If its reload phase then run the job from abended step

If its rebuild phase then terminate utility; repair tablespace recovery pending; run the rebuild index

If it’s any other phase then you might have to recover table space; rebuild index and fix the issue and then rerun the job.

If it’s LOAD RESUME NO: then be careful as sometime LOAD resume NO will be ignored and DB2 will treat it as LOAD
RESUME YES

Potrebbero piacerti anche