How to get a particular string from a clob column?
I have data as below which is stored in clob column called product_details
product_details
CALCULATIO
select * from TABLE_NAME where dbms_lob.instr(COLUMNNAME,'searchtext') > 0;