cx_Oracle install

发布时间:2020-07-09 20:00:58 作者:yjyygywcw
来源:网络 阅读:515

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


推荐阅读:
  1. Oracle 11.2.0.4.0 install for
  2. oracle 19c rac install 之grid install

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

oracle cx_oracle inst

上一篇:centos7搭建superset数据平台

下一篇:LINUX系统编程之进程

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》