What is Row Chaining ?

Answers were Sorted based on User's Feedback



What is Row Chaining ?..

Answer / orawhiz

In Circumstances, all of the data for a row in a table may
not be able to fit in the same data block. When this occurs
, the data for the row is stored in a chain of data block
(one or more) reserved for that segment.

Is This Answer Correct ?    35 Yes 0 No

What is Row Chaining ?..

Answer / dinesh

yes that's correct

Is This Answer Correct ?    7 Yes 0 No

What is Row Chaining ?..

Answer / pabitra kumar khatoi

In Row chaining basically it happens on the pctused case.
I.e for row insertion case. IF the insert(required) row
size is greater than the available row size then the value
will go to next row . Similarly again if the next row size
is greater than the available row size then the value will
go to next row in a CHAINED manner.That is called Row-
Chaining.

So there is a view called DBA_tables/USER_tables we can get
the column name avg-row_length and chain_cnt .
In the above cloumn we can get the no of row
chaining........

This is the concept of ROW chaining..

If this happen then we can reorg the object.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Oracle General Interview Questions

Define the terms primary key foreign key and also the difference between primary and the unique key

2 Answers  


How to select an oracle system id (sid)?

0 Answers  


Which dictionary tables and/or views would you look at to diagnose a locking issue?

0 Answers  


How to convert times to characters in oracle?

0 Answers  


How to write numeric literals in oracle?

0 Answers  






Assuming that you are an End User How to find that in the payment Batch some of the Invoice was  Missing To pay How to find That??

0 Answers  


What suggestions do you have to reduce the network traffic?

0 Answers  


What is clustered table in Oracle?

0 Answers   MCN Solutions,


How to put more than 1000 values into an oracle in clause?

0 Answers  


How to commit the current transaction in oracle?

0 Answers  


What is the maximum number of triggers that can be applied to a single table?

0 Answers  


What is a cluster?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)