Skip to Main Content

ODP.NET

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle.DataAccess.Client.OracleException (0x80004005): Memory could not be allocated

RobMApr 11 2022

A client application is generating the error:
Oracle.DataAccess.Client.OracleException (0x80004005): Memory could not be allocated
and the db update is failing. I've checked the memory for the process (fine; steady at about 3% of the machine's memory) and the vm as a whole (steady at about 50% usage.) It happens intermittently - individual transactions, or occasionally a couple in a row will fail, and then the next will succeed again.
Database server is running 19c. DataAccess client library dll used by the application is:
C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Oracle.DataAccess\v4.0_4.122.19.1__89b483f429c47342\Oracle.DataAccess.dll
I'm wondering if anyone can shed some light on why this error is being generated, and what I can do about it?
Thanks for any assistance,

rob.

This post has been answered by RobM on Jun 1 2022
Jump to Answer

Comments

Processing

Post Details

Added on Apr 11 2022
13 comments
9,115 views