ID:               34446
 Updated by:       [EMAIL PROTECTED]
 Reported By:      joshanlau at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         OCI8 related
 Operating System: Red Hat Linux 3.2.3-20
-PHP Version:      5CVS-2005-09-09 (CVS)
+PHP Version:      5.0.1
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[2005-09-09 20:35:05] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34446&edit=1

Reply via email to