OCIEnvCreate returned -1
Hello,
I am trying to connect to an Oracle database from an ASP.NET app. I am using System.Data.OracleClient. At connection.Open(), an exception is thrown before the app even tries to connect, that says, "System.Exception: Could not create an environment: OCIEnvCreate returned -1."
Help, please!
Thanks.
|