Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 temporal table in db2?

0 Answers  


Return code 100 means?

6 Answers   Cap Gemini,


run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...

0 Answers   IBM,


What is rct?

0 Answers  


What is the use of predicate?

0 Answers  


What is db2? Explain.

0 Answers  


What is check constraint in db2?

0 Answers  


What is cursor stability?

1 Answers  


how do u update the faltfile into db2 table ?

4 Answers   RBS, TCS,


What is db2 purescale?

0 Answers  


When is the access path determined for dynamic SQL?

2 Answers  


How would you print the output of an SQL statement from SPUFI?

2 Answers  


Categories