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

What is Partitions in Table ?

2 Answers   Atiric Software,


How to write a query with a right outer join in oracle?

0 Answers  


What is a data lock in oracle?

0 Answers  


What is system tablespace?

0 Answers  


how do get database name at sql prompt?

3 Answers  






What is the difference between SQL and SQL Server?

2 Answers   CTS, TCS,


How to grant create session privilege to a user in oracle?

0 Answers  


What is the difference between primary key and unique key and foreign key in oracle?

0 Answers  


What is a SNAPSHOT ?

1 Answers  


What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index

1 Answers  


how to delete all duplicate records from a table using subquery?

7 Answers   ABC, Cap Gemini,


What happens if you lost a data file?

0 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)