Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Cx_Oracle install

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

STEP 1. Install Oracle Client

1.1 download:

Http://download.oracle.com/otn/linux/instantclient/121020/instantclient-basic-linux.x64-12.1.0.2.0.zip

Http://download.oracle.com/otn/linux/instantclient/121020/instantclient-sdk-linux.x64-12.1.0.2.0.zip

1.2 extract

Extract to / opt/oracle

Cd / opt/oracle

Sudo cp libclntsh.so.12.1 libclntsh.so

1.3. Setup env

Append next lines into / .bashrc

Export ORACLE_HOME = / opt/oracle

ExportLD_LIBRARY_PATH=$ {LD_LIBRARY_PATH}: ${ORACLE_HOME}

Export PATH=$ {PATH}: ${ORACLE_HOME} / bin

SETP 2. Install cx_Oracle

2.1 download:

Https://pypi.python.org/packages/source/c/cx_Oracle/cx_Oracle-5.2.tar.gz#md5=6a49e1aa0e5b48589f8edfe5884ff5a5

2.2 install

Tar xfz cx_Oracle.5.2.tar.gz

Cd cx_Oracle.5.2

Python setup.py build

Python setup.py install

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report