php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76633 oci_connect have different behaviour between php-fpm and php-cli
Submitted: 2018-07-16 12:47 UTC Modified: 2018-12-09 01:55 UTC
From: maxander dot game at gmail dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 7.2.7 OS: CentOS Linux release 7.3.1611
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: maxander dot game at gmail dot com
New email:
PHP Version: OS:

 

 [2018-07-16 12:47 UTC] maxander dot game at gmail dot com
Description:
------------
oci_connect can connect to the OID to resolve the database adress when launched from php command line.
But oci_connect throws this exeption : "ORA-12154: TNS:could not resolve the connect identifier specified" when launched from my web application. (php-fpm).

Both fpm and cli have the same env variables and the same config.

Test script:
---------------
$conn = oci_connect('USERNAME', 'PASSW', 'OID_BDNAME');
//Where OID_BDNAME is the database name in OID. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-07-16 21:16 UTC] cmb@php.net
-Package: PDO OCI +Package: OCI8 related
 [2018-12-09 01:55 UTC] sixd@php.net
-Status: Open +Status: Not a bug
 [2018-12-09 01:55 UTC] sixd@php.net
This sounds like a misconfiguration with setting the environment.  It should be followed up in a discussion forum first.  There's no immediate indication this is a bug.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 11:01:36 2025 UTC