php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38293 Oracle connection
Submitted: 2006-08-02 11:44 UTC Modified: 2006-08-02 12:11 UTC
From: chaitgsi at yahoo dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.4.2 OS: Redhat Linux 2006
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chaitgsi at yahoo dot com
New email:
PHP Version: OS:

 

 [2006-08-02 11:44 UTC] chaitgsi at yahoo dot com
Description:
------------
There is a bogus bug on
http://bugs.php.net/bug.php?id=35572

We faced same problem. ORACLE_PATH was wrong in config.php. 
We were able to solve problem but we were not getting connection failuer error all time. If that page is executed 100 times, it use to throw error 30 times. It was surprising as there was wrong path declaration and half times it use to work half time not.

We are using Apache 2.0 
PHP is compiled as follows
--host=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux' --with-oci8=/oracle/product/9.2.0' '--with-oracle=/oracle/product/9.2.0' '--enable-sigchild' --with-apxs2=/usr/sbin/apxs'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-02 12:11 UTC] tony2001@php.net
You are strongly encouraged to use OCI8 from PECL with PHP4.x.
Also, no need to specify --with-oracle, as this is completely different thing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 09:01:31 2024 UTC