How to find particular sub part of the clob data column ( actually characters are stored) using oracle sql command?.
There is a column in oracle DB table, of type clob, which stores characters, many number of lines.
I need to extract part of the clob data, not entire data
For example column data is as follows
com.mywebsite.info information message: java.io.Filenotfound exception
trace
I need to extract only java.io.filenotfound string. I tried using Regular expressions in oracle sql, but unable to find options to get substring.