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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 47 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC