Skip to content Skip to sidebar Skip to footer

Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded

I am trying to run oracle database in python. Specifications: 1. Windows 7 64 bit 2. Python 32 bit 3.6 (Running on Jupyter(Anaconda Navigator) 3.Visual studio 2010 training kit mod

Solution 1:

You need to install 64-bit Instant Client not 32-bit - the error is clear about this. When you run Python make sure Instant Client is in your PATH environment variable before the Oracle 10.2 directory, or any other Oracle libraries.


Post a Comment for "Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded"