Hello everyone,
I have a clob variable in a pl/sql procedure where it is assigned a value.
I would like to know if the clob contains a 'substring' without the select statement, something alike to : clob.contains("%myText%") as in JAVA.
Is it possible? If so, how?
Thanks in advance.
Regards,
Carlos