connection to oracle from mono on linux
Posted: Wed 20 May 2009 15:48
hello we are considering to buy this product because of the actual state of default mono oracle client but we are experiencing some dificulties with both OCI and direct connection mode.
when using direct mode it burns up on:
we havent' found much info about this issue on the net.
the OCI mode fails at:
we have tried to create some mono registry keys but the error is the same.
note: when using the mono implementation of System.Data.OracleClient was just fair enough to export oracle variables and everything worked.
any ideas what are we doing wrong ?
thank you
when using direct mode it burns up on:
Code: Select all
Unhandled Exception: System.Security.Cryptography.CryptographicException: This is a known weak, or semi-weak, key.
at System.Security.Cryptography.DESTransform..ctor (System.Security.Cryptography.SymmetricAlgorithm symmAlgo, Boolean encryption, System.Byte[] key, System.Byte[] iv) [0x00000]
at System.Security.Cryptography.DESCryptoServiceProvider.CreateEncryptor (System.Byte[] rgbKey, System.Byte[] rgbIV) [0x00000]
the OCI mode fails at:
Code: Select all
Unhandled Exception: System.InvalidOperationException: Can not obtain Oracle client information from registry. Make sure that Oracle Client Software is installed, or use Direct mode of connecting to server.
at Devart.Data.Oracle.OracleHomeCollection.a () [0x00000]
at Devart.Data.Oracle.OracleInternalConnection..ctor (Devart.Data.Oracle.x connectionOptions, Devart.Data.Oracle.OracleInternalConnection proxyConnection) [0x00000]
note: when using the mono implementation of System.Data.OracleClient was just fair enough to export oracle variables and everything worked.
any ideas what are we doing wrong ?
thank you