Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2801

Re: Search using regular expression over CLOB/NCLOB datatype

$
0
0

If your use case is not tightly bound to using REGEX, you might want to look into the full text search features. Other than that, there is no (well performing) way to run REGEX against the contents of a CLOB column. Casting to strings can only work in the boundaries of what a VARCHAR data type can hold, which is less than what could be stored in the CLOB column.


Viewing all articles
Browse latest Browse all 2801

Trending Articles