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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 12:01:32 2025 UTC