美文网首页
python3.7 安装cx_Oracle

python3.7 安装cx_Oracle

作者: 身长脚短 | 来源:发表于2019-06-11 14:53 被阅读0次

    1、pip install cx_Oracle 

    2、下载instantclient12.2版本的oracle 客户端,解压到指定目录如:D:\instantclient12.2,新增系统环境变量ORACLE_HOME,值设为D:\instantclient12.2,并在path中新增一条D:\instantclient12.2;

    3、复制instantclient12.2主目录下的oci.dll,oraocci12.dll,oraociei12.dll三个文件 到python安装目录下的Lib\site-package目录

    相关文章

      网友评论

          本文标题:python3.7 安装cx_Oracle

          本文链接:https://www.haomeiwen.com/subject/cllqfctx.html