Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querying fields of type NUMBER(20,0) causes ORA-03120 #418

Closed
NPellet opened this issue Aug 3, 2023 · 5 comments
Closed

Querying fields of type NUMBER(20,0) causes ORA-03120 #418

NPellet opened this issue Aug 3, 2023 · 5 comments

Comments

@NPellet
Copy link

NPellet commented Aug 3, 2023

We are storing pretty large numbers, yet still in the 64bit range.
When performing a SELECT them over them (they are stored in a NUMBER(20,0) field) we get

ORA-03120: two-task conversion routine: integer overflow

We're currently debugging it to try to give more information, but we thought you should know and maybe have an idea.

@sijms
Copy link
Owner

sijms commented Aug 3, 2023

please share example code to test

@NPellet
Copy link
Author

NPellet commented Aug 3, 2023

Yeah we're working on it.
Seems to be platform dependent, though. Will update ASAP

@NPellet NPellet changed the title Querying fields of type NUMBER(10,0) causes ORA-03120 Querying fields of type NUMBER(20,0) causes ORA-03120 Aug 3, 2023
@rusco
Copy link

rusco commented Aug 21, 2023

Enclose this column with ROUND(...) is a workaround I use for this issue

@sijms
Copy link
Owner

sijms commented Aug 24, 2023

last version v2.7.16 fix some number decoding please try again and see if issue fixed

@NPellet
Copy link
Author

NPellet commented Aug 25, 2023 via email

@sijms sijms closed this as completed Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants