what is REORG? what is the use?

Answers were Sorted based on User's Feedback



what is REORG? what is the use?..

Answer / aasif

A common maintenance task performed by database
administrators is the reorganization of data in tables and
indexes, called "reorg." Table reorganization is used to
defragment a table, reclaim free space, and eliminate
overflow rows in order to improve data access performance.
Optionally it can be used to reorder data in the order of a
particular index, to optimize queries that use that index.

Is This Answer Correct ?    10 Yes 1 No

what is REORG? what is the use?..

Answer / s

It is not necessary to run the REORG utility after the Load
utility unless the data needs to be reclusterd based on the
clustering sequence and reclaim free space. If the data
input to the load data is already sorted in clustering
sequence the need for a REORG is unnecessary.

Is This Answer Correct ?    4 Yes 0 No

what is REORG? what is the use?..

Answer / deepak dada

used for reorganising the datas in the tables after the
load utility

Is This Answer Correct ?    1 Yes 0 No

what is REORG? what is the use?..

Answer / kathir

Answer #3 is exactly correct

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Why do we need reorg in db2?

1 Answers  


what is the difference between normal select query and currosor

2 Answers   Cap Gemini, TCS,


What db2 400?

1 Answers  


When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?

1 Answers   Broadridge,


What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?

3 Answers   Cap Gemini,


Define db2 and its databases?

1 Answers  


Mention the length of physical storage of the given data types of db2 – date, timestamp, time

1 Answers  


Explain correlated sub-queries.

1 Answers  


Can SQL statements/queries be included in a copybook?

2 Answers  


How would you find out the total number of rows in a db2 table?

1 Answers  


What is plan in cobol db2?

1 Answers  


What is the picture clause of null indicator variable?

1 Answers  


Categories