How would one remove old reorg information from the DB2
catalog?

Answers were Sorted based on User's Feedback



How would one remove old reorg information from the DB2 catalog?..

Answer / s

MODIFY RECOVERY utility

Is This Answer Correct ?    1 Yes 0 No

How would one remove old reorg information from the DB2 catalog?..

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

Post New Answer

More DB2 Interview Questions

why we create view.

5 Answers  


what is commit & rollback? When and where is used while compiling a cobol-db2 program?

2 Answers  


what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)

4 Answers   IBM,


If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?

2 Answers  


What are foreign keys in db2?

1 Answers  


When will you chose to run RUNSTATS?

1 Answers  


What are some SQL aggregates and other built-in functions?

2 Answers  


what are extents?

5 Answers  


Comment whether the cursor is closed during commit or not.

1 Answers  


we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?

2 Answers  


I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?

4 Answers  


wht are the restrictions for union ?

2 Answers   CTS,


Categories