Hi,

I have a table with four columns

1. id NUMBER
2. text1 VARCHAR2(4000)
3. text2 VARCHAR2(4000)
4. text3 VARCHAR2(4000)


pctfree 10

My db_block_size is 8192,

Does this mean, with above parameters, row chainging will always take place, if data is inserted to full capacity of column.

How pctfree parameter will help if my row length exceeds the db_block_size parameter as in above table.

Thanks

Sameer


[Edited by Sameer on 08-24-2002 at 11:27 AM]