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

前端 未结 5 533
旧时难觅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:10

    https://forums.oracle.com/forums/message.jspa?messageID=1742926#1745145

    There are several potential solutions on that page ranging from re-installing xampp to checking permissions to using native php oci_connect(). Have you tried any of these things?

提交回复
热议问题