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.