'.NET problems with using Oracle.ManagedDataAccess.Client
I have a .NET desktop core 5.0 application where I use Oracle.ManagedDataAccess.Client to connect to an Oracle Database.
It works fine for me, but there are a couple of users that can't connect to the database via the application. The user is the same and the password is gathered from an Azure KeyVault, i.e. connection strings are identical whether I run the app or they do.
As I understand using Oracle.ManagedDataAccess.Client should work regardless of what is installed locally on your computer - but I might be wrong here.
I normally connect to MS SQL databases, so I am not really familiar with the nuget package and nor do I know what the usual issues are, so please forgive me if I have left out important information.
Let me know if I should provide any further details.
Thanks in advance.
---------------UPDATE------------------
So it turns out it is not the connection that fails, but the extract itself. And the error I get is:
ORA-01830: date format picture ends before converting entire input string
Again, please keep in mind that it works for some users.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
