Actually the solution we have works with an obsolete unmanaged(?) Oracle .NET provider Oracle.DataAccess.dll
, and it uses the computer's tnsnames.ora
file.
We would like to update that and use instead the Oracle managed dll (via latest version of Oracle.ManagedDataAccess nuget).
We have in the application web.config
a key that indicates what tnsnames
source to use.
What is obscure a little bit to me, what changes actually there is to do after the installation of the managed nuget and removing of the old Oracle.DataAccess.dll
...