Home:ALL Converter>Can we limit clob datatype column length?

Can we limit clob datatype column length?

Ask Time:2014-12-31T18:48:34         Author:Arun Palanisamy

Json Formatter

I am very new to oracle. We got a tablespace issue problem!. We have lot of tables with clob datatype columns. The data in that clob column is not always clob. Sometimes it will be below 4000 and sometimes it is even null. When I searched from user_segments table,it is showing 78.38GB was taken by SYS_LOB0345435203$$.

We have only 96 GB total tablespace. What we are thinkng is whenever we declare some column is clob, irrespective of number of characters it is allotting some predefined space leading us to this problem. Is this correct? If so, how could we solve the issue?

Author:Arun Palanisamy,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/27720048/can-we-limit-clob-datatype-column-length
yy