本文介紹了cx_Oracle 錯誤.DPI-1047:找不到 64 位 Oracle 客戶端庫的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
我安裝了庫,當嘗試使用我的憑據訪問 jupyter notebook 中的 SQL 時,出現以下錯誤:
DatabaseError:DPI-1047:找不到 64 位 Oracle 客戶端庫:找不到指定的模塊".請參閱
就是這樣!
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 64-bit Oracle Client library: "The specified module could not be found". See?https://oracle.github.io/odpi/doc/installation.html#windows?for help
解決方案
The easiest solution is as follows:
- Download 64-bit version of oracle instantClient from: https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html
- Copy the dll files in the instantclient directory to the python directory, as shown below
That is it!
這篇關于cx_Oracle 錯誤.DPI-1047:找不到 64 位 Oracle 客戶端庫的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!
【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!