The way Oracle stores a row of a table is known as row structure. A row consists of two parts; one is header and the second is data. In the header part all the control information of that particular row is stored. Control information of a row consists of three parts. First is the links of row migration and row chaining. Secondly is the lock information. Locks are used so that no two transactions should update the row simultaneously. And the last thing is how many columns are there in that row. Every row in a table has same number of columns; so why there is a need for storing this information separately in each row. This is one of the features that only oracle provides. We will see the advantage of this in just a moment.
Thursday, December 13, 2007
Row Structure
Labels:
DB10G,
Oracle,
Oracle 10g,
Oracle Database,
Row Structure
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment