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 main use of table space and index object?
please its urgent

Answers were Sorted based on User's Feedback



what is main use of table space and index object? please its urgent..

Answer / yuvaevergreen

>>Tablespace is one of the subdivision of Database in DB2.
Tables are created in Tablespaces.Indexspace is also a
subdivision of Database which contains indexes.
>>One imp difference is tablespace can contain one or more
tables whereas indexspace contains only one index for a table.
>>Tablespace has to be created by explicitly mentioning
create tablespace whereas indexspace is created implicitly
whenever we create an index using create index command.
>> Index is an object which can be considered as pointers to
rows of a table.

Is This Answer Correct ?    29 Yes 0 No

what is main use of table space and index object? please its urgent..

Answer / venu

Table Spaces are phsysical spaces where the tables are
created. Index spacesa are automatically created when
indexes are created, indexes are stored in index spaces.

Is This Answer Correct ?    16 Yes 5 No

what is main use of table space and index object? please its urgent..

Answer / jdp

why do people write funny answers here...there are lots of other sites to make fun of...

Is This Answer Correct ?    6 Yes 0 No

what is main use of table space and index object? please its urgent..

Answer / sathya kanuri

To convert your tablespace to the larger format you simply
execute
ALTER TABLESPACE tablespace_name CONVERT TO LARGE

Once you have done this, any new table created in this
tablespace will use the 6 byte rid format. However, there
are special considerations for existing tables (because the
above command does not touch the data pages themselves).
For existing tables you have three options at this point.
Leave them as they are and they will continue to use the 4
byte rids so they would have the same size restrictions as
they had in DB2 8.
If you want the tables to grow larger than the 3 byte page
number supports, then you need to reorganize or rebuild the
indexes on that table so that those indexes can point to
rows beyond the 3 byte page number limit. If that's all you
need then you can do an online index reorganization to
convert the indexes to use 6 byte rids
If you also want to be able to put more than 255 rows on a
page (which of course is limited based on the length of
your row and the size of the page), then you need to
reorganize the data pages so that there is room for a two
byte slot number. To do this you need to use the classic
REORG command

Is This Answer Correct ?    1 Yes 0 No

what is main use of table space and index object? please its urgent..

Answer / guest

the main use of table space is when giving space between
two table persons can move freely .

Is This Answer Correct ?    1 Yes 17 No

Post New Answer

More DB2 Interview Questions

Can i insert bulk records into a db2 table using qmf of spufi only............!!!

2 Answers  


What is null indicator in cobol db2?

0 Answers  


What is a plan and package in db2?

0 Answers  


How to retrieve rows from a db2 table in embedded sql?

0 Answers  


What types of tables are there in the db2 database?

0 Answers  


How do I copy a table in db2?

0 Answers  


4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.

3 Answers   Wipro,


What is release/acquire in bind?

0 Answers  


What is db2 bind process?

0 Answers  


How do I add a column to a table in db2?

0 Answers  


What is meant by AUTO COMMIT?

3 Answers  


i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?

4 Answers  


Categories