php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34446 Warning: ocilogon() [function.ocilogon]: _oci_open_server: Error while trying t
Submitted: 2005-09-09 20:35 UTC Modified: 2005-09-18 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: joshanlau at hotmail dot com Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 5.0.1 OS: Red Hat Linux 3.2.3-20
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-09-09 20:35 UTC] joshanlau at hotmail dot com
Description:
------------
yesterday morning was ok, but from yesterday afternoon,kept getting the error message: "Warning: ocilogon() [function.ocilogon]: _oci_open_server: Error while trying to retrieve text for error ORA-12162 in /www/orainclude.php on line 5"

from phpinfo()

oracle version: 10.1.0

operating system: Red Hat Linux 3.2.3-20

php version: 5.0.1

Reproduce code:
---------------
<?php
define ('dbuser','user');
define ('dbpwd', 'userpwd');
define ('dbname','');
$conn = OCILogon(dbuser, dbpwd);
?>

Expected result:
----------------
no error for ocilogon

Actual result:
--------------
the same ORA-12162 error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-10 23:25 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

And don't compile oci8 into that but get it from PECL:

# pear install oci8-beta


 [2005-09-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC