PHP连接Oracle ORA-121154问题解决
Jun 13, 2016 am 10:58 AM
错误提示:ocilogon(): ORA-12154: TNS:could not resolve the connect identifier specifie!
操作系统:Win7
本地环境:xampp-win32-1.8.2-1-VC9 、 Oracle 10g。
PHP连接测试代码:
[php]
ocilogon('emesc','emesc','mesb');
//print_r(oci_error());
?>
ocilogon('emesc','emesc','mesb');
//print_r(oci_error());
?>结果发现提示:ocilogon(): ORA-12154: TNS:could not resolve the connect identifier specifie!
原因分析:之前通过自己配置tnsnames.ora和环境变量来使用PL/SQL,导致安装oracle客户端的时候环境变量异常。导致PHP无法解析连接字符串。
解决方案:在系统中添加:名为TNS_ADMIN的环境变量:D:\oracle\product\10.2.0\db_1\network\ADMIN。测试连接成功!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development
