Our application is developped with .Net Framework 4, C#.
After seeing that kind of problem : ORA-12571: TNS:packet writer failure with ASP.NET
I chose to update my Oracle client to version 11.2.0.3.
In order to make our DatabaseProvider work, we're using those dlls :
file_name (version)
- oci.dll (11.2.0.1)
- ociw32.dll (11.1.0.1)
- Oracle.DataAccess.dll (4.112.0.2)
- orannzsbb11.dll (11.0.0.1)
- oraocci11.dll (11.2.0.2)
- oraociei11.dll (11.2.0.1)
- OraOps11w.dll (2.112.2.0)
- orasql11.dll (11.1.0.6)
My question is : my client is running on Windows Server 2008 R2 :
I've found this but i'm not sure that are libraries are corrects :
http://www.oracle.com/technetwork/topics/winx64soft-089540.html
After unzipping "instantclient-basic-windows.x64-11.2.0.3.0" I can't find those two dlls :
- Oracle.DataAccess
- OraOps11w
Being a total beginner to Oracle databases, am I following the right path or not ?