In the Spring .NET, I need to connect to Oracle database, I am sure the connection info is correct, but still not open Oracle connection.
The provider is using 'OracleODP-2.0', how can I verify I have correct Oracle .NET driver installed in my project / pc ?
The exception is
[OracleException (0x80004005)]
Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck) +1440
Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src) +80
Oracle.DataAccess.Client.OracleConnection.Open() +7561
Thanks