php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2734 pconnect works wrong
Submitted: 1999-11-17 05:24 UTC Modified: 2000-07-23 02:50 UTC
From: justice at digito dot com Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0 Beta 2 OS: redhat linux
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: justice at digito dot com
New email:
PHP Version: OS:

 

 [1999-11-17 05:24 UTC] justice at digito dot com
I used 'ora_plogon' function like this
    $conn = ora_plogon( $id, $pass );

In the same page, I try another connection to oracle
 at remote system like 
    $conn2 = ora_plogon( $id@MYTNS , $pass );

It works well at this time!!


But... 
  When I use $conn (first connection ) in some operation.
  It works as $conn2.. 
So to speak, when I use 'select..' with $conn.. ,it (php)
  finds table in remote system ...

This occurs sometimes not always..

SID and ORACLE_HOME enviroment variable are same in both
system.


I think that pconnect in oracle has some bugs...
  



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-23 02:50 UTC] zak at cvs dot php dot net
Please upgrade to the most recent release of PHP.
If the error still occurs, please submit a new bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC