OCIEnvNlsCreate() failed. When i try to connect my oracle database in php

前端 未结 5 488
旧时难觅i
旧时难觅i 2021-01-22 06:27

phpinfo

_ENV[\"ORACLE_HOME\"] C:\\oracle\\instantclient_11_2\\
_ENV[\"OS\"]  Windows_NT
_ENV[\"Path\"]    C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32         


        
5条回答
  •  孤街浪徒
    2021-01-22 07:22

    You need to copy all content of the instant client to apache/bin

    im using xampp and working for me.

    copy all files of the instant client enter image description here to apache/bin

提交回复
热议问题