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 a Resource Control Table(RCT)? Describe its characteristics.
what is Static and dynamic linking
What is difference between *omit and *nopass?
how do you resolve -805?
AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
how to resolve -818 error. how to see timestamp token in load module and plan
How do I connect my db2 database to ibm?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
Which component is responsible for processing sql statements and selecting access paths?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is the cascade rule and how does it relate to deletions made with a subselect?
What are the three DB2 date and time data types and their associated functions?