oracle clob size
I am using clobs to store text messages which are typically between 1 and 10k in size. Am I correct in understanding that each clob takes a minimum of one database block of storage (8kb in my case)? (i.e. chunksize is dependent on db block size). If the clobs are stored inline instead of in a separate table, does this also apply?
Thanks,
Werner