cx_Oracle python模組安裝

來源:互聯網
上載者:User

標籤:

1. 需要從oracle網站下載一下兩個包

instantclient-basic-linux.x64-11.2.0.4.0.zip

instantclient-sdk-linux.x64-11.2.0.4.0.zip

2. 下載後解壓到某目錄下,如:/oracle

3. 根據解壓後的 BUILD.txt 步驟進行配置:

  3.1 

 cat .bash_profile # .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then. ~/.bashrcfi# User specific environment and startup programsORACLE_HOME=/oracle/instantclient_11_2PATH=$PATH:$HOME/bin:$ORACLE_HOMELD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME:$ORACLE_HOME/sdkexport LD_LIBRARY_PATHexport PATH
配置bash_profile

  3.2

    python setup.py build
    python setup.py install

 

3.3如果出現如下錯誤,則需要安裝 python-devel-2.6.6-64.el6.x86_64

cx_Oracle.c:6:20: error: Python.h: No such file or directorycx_Oracle.c:7:22: error: datetime.h: No such file or directorycx_Oracle.c:8:26: error: structmember.h: No such file or directoryIn file included from cx_Oracle.c:142:Buffer.c:13: error: expected specifier-qualifier-list before ‘PyObject’Buffer.c: In function ‘cxBuffer_Init’:Buffer.c:28: error: ‘udt_Buffer’ has no member named ‘obj’Buffer.c: In function ‘cxBuffer_Copy’:Buffer.c:44: warning: implicit declaration of function ‘Py_XINCREF’Buffer.c:44: error: ‘udt_Buffer’ has no member named ‘obj’Buffer.c:45: error: ‘udt_Buffer’ has no member named ‘obj’Buffer.c:45: error: ‘udt_Buffer’ has no member named ‘obj’
View Code

 

cx_Oracle python模組安裝

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.