I am using Cx_oracle for a while in Python but I can not recently import cx_oracle in Python and got this error:
ImportError: DLL load failed: Insufficient system resources exist to complete the requested service.
In addition, I get McAfee security alert as shown below:
I reinstalled cx_oracle a few times and it has not worked. Any suggestions?
The easiest answer is to use an older version of
cx_Oracle
using the following commands:The reason is that McAfee might not integrate with the latest version of cx_Oracle or any other Python modules.
There are several other solutions including: