Oracle Data Access Client Error - Memory could not be allocated
Hello.
After i moved Oracle Data Provider .NET 2.0 from version 10.2.0.100 to 11.2.012 i have a problem: exception out of memory error keeps popping up in our production environment. We have never had this issue in the past, but it now occurs daily. It seems to occur after 12 hours of activity.
The Exception is coming for a data read :
Exception class: Oracle.DataAccess.Client.OracleException
Exception message: Memory could not be allocated
Stack Trace:
at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck)
at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src, Boolean bCheck)
at Oracle.DataAccess.Client.OracleDataReader.Read()
Can you help me in this problem?