How would one remove old reorg information from the DB2
catalog?
Answers were Sorted based on User's Feedback
Answer / mehdee
The online REORG INDEX or REORG Table Space utility
reorganizes an index space or Table Space to improve access
performance and reclaim fragmented space.
RUNSTATS utility will collect inline statistics and update
DB2 catalog.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is an alias and how does it differ from a synonym?
Write a query to extract first 5 characters of a name in the column Stud_Name?
what is consistency token
What is dclgen in db2?
What parameters are used to control the free space in DB2?
what is cursor stability?
Explain about open switch business continuity software?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
what happend with out using Commit,when closing cursor and program?
what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........
How to resolve -504 sql code in DB2?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?