search on a clob column
Roy4321Aug 26 2011 — edited Aug 31 2011Hi All,
We have a requirement to do "LIKE" search on a clob column. One of the pattern of search will be like 'Test1%Test2%Test3'.
Using "dbms_lob.instr". ( In String) will not work as Test2 should appear after test1 and test3 after test2..
Is there any workaround for this? Please suggest.
Thanks in advance
Roy