CLOB datatype column's data storage
832426Jun 24 2011 — edited Jun 24 2011I am using Oracle 10.2 on Linux. I am declaring CLOB data type for a table's column first time, data in this column varies in terms of length. Kindly tell me if i insert some bytes of data or insert e.g. 10 characters then it will reserve full CLOB maximum storage or only will reserve according to data length ?
thanks.
Edited by: 829423 on Jun 23, 2011 10:46 PM