For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
I am getting a clob input as IN parameter to a function. I need to do a pattern search in it, but when i use regexp_instr it gives me error:
" string literal too long".
What is the correct way to do it?
Thanks