cx_Oracle error. DPI-1047: Cannot locate a 64-bit Oracle Client library

后端 未结 5 1662
灰色年华
灰色年华 2020-12-10 04:43

I installed the library and when trying to access SQL in jupyter notebook with my credentials the following error appears:

DatabaseError: DPI-1047: Cannot locate a 6

5条回答
  •  独厮守ぢ
    2020-12-10 05:35

    Make sure you have installed the correct oracle client (you can find the oracle client package from here "https://www.oracle.com/in/database/technologies/instant-client/winx64-64-downloads.html" and add the downloaded folder inside the folder where python is installed and then add this location (location of your client package folder) to system's environment variable. Hope that will work.

提交回复
热议问题