Arun Beginner
Joined: 24 Mar 2003 Posts: 13 Topics: 7 Location: Philadelphia, US.
|
Posted: Fri Jun 27, 2003 4:44 pm Post subject: RECOVER PENDING and REBUILD PENDING |
|
|
Hi,
I rebuilt index on one of my DB2 table with the following command
REBUILD INDEX(XBCW.I123011C)
Job ran with a Return code 8 and with the following message
INDEX XBCW.I123011C IS IN RECOVER PENDING
INDEX XBCW.I123011C IS IN REBUILD PENDING
That has left the index in RECOVER PENDING and REBUILD PENDING status. I can load data in the table, only if i remove the pending status on the index.
I have done enough research to find out the DB2 command to remove the status, but
I would appreciate, if anybody could give me the command/utility to run this. |
|