How can I read the data in my 8k CLOB column ? This column has been created as 'inline' but since the size is >4K, I think it is stored offline.
All subprograms in dbms_lob package read the data as "(CLOB)" and give me the length as 6, rather than giving me the real data.