What is REORG? When is it used?

Answers were Sorted based on User's Feedback



What is REORG? When is it used?..

Answer / a

What vamshi is said is incorrect .i.e he told about
RUNSTATS utility.

Where in REORG is used to re organise the table after huge
manipulation say insert,delete of records etc.It provides
free space also.

Correct me if i wrong vamshi/anyone

Is This Answer Correct ?    6 Yes 0 No

What is REORG? When is it used?..

Answer / mehdee

REORG INDEX
The online REORG INDEX utility reorganizes an index space
to improve access performance and reclaim fragmented space.
You can specify the degree of access to your data during
reorganization, and you can collect inline statistics by
using the STATISTICS keyword.

REORG TABLESPACE
The online REORG TABLESPACE utility reorganizes a table
space to improve access performance and to reclaim
fragmented space. In addition, the utility can reorganize a
single partition or range of partitions of a partitioned
table space.
Traditionally, tablespace reorg consists of the following
steps:
• unload of the data
• redefinition of the tablespace
• reload of the data
• rebuild of the indexes

Now that we know what it dose, it is a DBA person to run
it as required.

Is This Answer Correct ?    1 Yes 0 No

What is REORG? When is it used?..

Answer / thiru

Yes What Vamsi said is right. But not only it will re-
organise or re arrange the occupied and un occupied space
of the perticular table. By default when we add a new
column to the existing table db2 V9 onwards the REORG is
compulsary. otherwise from any application the table will
not be accessed.
while doing the REORG after New column addition or Bulk
Insert/Load it will rearrange the data internally based on
the indexes available from the table. hence further search
as well as other operations will be faster.

Is This Answer Correct ?    0 Yes 0 No

What is REORG? When is it used?..

Answer / vamsikrishnamraju

Calculates statistics on the database to determine if
tables or indexes, or both, need to be reorganized or
cleaned up.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More DB2 Interview Questions

What is a Foreign Key?

0 Answers   Tavant Technologies, Zensar,


How do I change the column size in db2?

0 Answers  


What is nvl in db2?

0 Answers  


What is dclgen in db2?

0 Answers  


What is a predicate?

1 Answers  






Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?

1 Answers  


What is the result of open cursor statement?

0 Answers  


I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?

3 Answers  


what is utility for parm lib

0 Answers   IBM,


What is a DB2 access path?

1 Answers  


How to resolve deadlock issue

5 Answers   IBM,


List out the three types of page locks that can be held.

0 Answers  


Categories