Skip to content
Advertisement

ORA-01722: invalid number regexp [closed]

I have the below bit of code:

However, I’m getting this error:

My current numeric character configuration is .,


Advertisement

Answer

The third argument to regexp_substr() is a number that specifies the position where to start searching.

If you are trying to specify the match_parameter(), then you need to specify all five arguments:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement