Hi,
I have a problem,Could you give me some hint, please!
Call the interface OCINumberFromText to convert the string to oracle numeric,Error will be reported when the string number exceeds 63 bits。
Refer to the official document to know that the interface actually calls TO_ NUMBER Processing。
TO_NUMBER TEST:
SQL> SELECT TO_NUMBER('1234567890123456789012345678901234567890123456789012345678901234', '9999999999999999999999999999999999999999999999999999999999999999') "Value" FROM DUAL;
SELECT TO_NUMBER('1234567890123456789012345678901234567890123456789012345678901234', '9999999999999999999999999999999999999999999999999999999999999999') "Value" FROM DUAL
*
ERROR at line 1:
ORA-01481: invalid number format model