REGEXP_LIKE Not Working As Expected
(Doc ID 3000858.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Standard Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
When using REGEXP_LIKE, the condition still fails if the string is matching to the pattern/wild cards specified:
A sample is given below, the below SQL uses REGEXP_LIKE to check if the given string has two consecutive CAPS, if true it returns "match" otherwise "no match".
Changes
NLS settings were changed or reset recently.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |