BINARY_FLOAT, OCIStmtFetch2 and numeric overflow
Hi everyone,
We recently realise that we were able to save values like 1,401E-045 in a column of the BINARY_FLOAT datatype with OCI.
When we try to read these values with OCIStmtFetch2 we have the following error:
ORA-01426 : Numeric overflow.
We are on 11GR1.
Is this a known bug?
Best regards.
Carl
We recently realise that we were able to save values like 1,401E-045 in a column of the BINARY_FLOAT datatype with OCI.
When we try to read these values with OCIStmtFetch2 we have the following error:
ORA-01426 : Numeric overflow.
We are on 11GR1.
Is this a known bug?
Best regards.
Carl
0