Hello.
Today the processes have been updated to Legacy and when running them I encounter problems when making queries in Oracle.
I use a 64-bit driver and I see that it connects but when I make the query I get this error: “arithmetic operation resulted in an overflow” the query I am trying is quite simple:
“select sysdate from dual”
Until Friday everything was perfect, it was today with the Legacy update.
Any idea what the problem is?
Thanks.
Today, when I opened a project that I had to modify, a window popped up asking me to upgrade to Legacy and it wouldn’t let me do anything else. After upgrading, I ran my process and when I got to the ODBC connection, it failed. I did this simple example to see if anyone knows the reason, as it always worked correctly before.
share a zip of the dummy project that reproduces the issue (please mock the sensitive info, but please include the connection string structure with that mocked data)
I have done more tests and it works with “Oracle Managed Data Access” but the strange thing is that it does not work with the latest version, it must be with the previous one. I’ll try to send you more things
Ok, we have Oracle version 11g, it is old. But since it works with “Oracle.ManagedDataAccess” we can consider the problem solved. Thank you very much for your help.