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.
↧