windows php oci 扩展添加

1,框架基于ci

2,php 版本  php-5.6.40-nts-x86-web

  php.ini 

    

3,oci8 扩展 文件包  php_oci8-2.0.12-5.6-nts-vc11-x86,zip  

4,oracle版本查看  软件  PL/SQL

    sql:select * from v$version;  

    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production

    PL/SQL Release 12.1.0.2.0 - Production

    CORE 12.1.0.2.0 Production

    TNS for 64-bit Windows: Version 12.1.0.2.0 - Production

    NLSRTL Version 12.1.0.2.0 - Production

  配置  工具->首选项->链接

    主目录: E:\PLSQL\instantclient_11_2  OCI库 :E:\PLSQL\instantclient_11_2\oci.dll

 

5,windows 环境变量

 path : E:\PLSQL\instantclient_11_2;E:\PHPCUSTOM2\phpcustom\server\php-5.6.40-nts-x86-web;E:\PHPCUSTOM2\phpcustom\server\php-5.6.40-nts-x86-web\ext\

ORACLE_HOME:E:\Oracle\Instant Client\bin

NLS_LANG:SIMPLIFIED CHINESE_CHINA.ZHS16GBK

TNS_ADMIN:E:\PLSQL\instantclient_11_2

 

posted @ 2021-05-14 12:01  Verite  阅读(117)  评论(0)    收藏  举报