Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Data Access Client Error - Memory could not be allocated

Munteanu DanielFeb 23 2011 — edited Feb 23 2011
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2011
Added on Feb 23 2011
1 comment
909 views