I was reading the Concepts manual and was puzzled by this sentence.
Can anyone elaborate on this:
<snipTables are the basic unit of data storage in an Oracle
database. Database tables hold all user-accessible data. Each table
has columns and rows. Oracle stores each row of a database table
containing data for less than 256 columns as one or more row
pieces.</snip>
What is this 256 column limit. I thought row chaining / migration
depended on row size.
See http://download-west.oracle.com/docs...ntro.htm#20658
Thanks
rajXesh
Can anyone elaborate on this:
<snipTables are the basic unit of data storage in an Oracle
database. Database tables hold all user-accessible data. Each table
has columns and rows. Oracle stores each row of a database table
containing data for less than 256 columns as one or more row
pieces.</snip>
What is this 256 column limit. I thought row chaining / migration
depended on row size.
See http://download-west.oracle.com/docs...ntro.htm#20658
Thanks
rajXesh
Comment