From:             joshanlau at hotmail dot com
Operating system: Red Hat Linux 3.2.3-20
PHP version:      5CVS-2005-09-09 (CVS)
PHP Bug Type:     OCI8 related
Bug description:  Warning: ocilogon() [function.ocilogon]: _oci_open_server: 
Error while trying t

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 bug report at http://bugs.php.net/?id=34446&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34446&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34446&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34446&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34446&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34446&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34446&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34446&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34446&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34446&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34446&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34446&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34446&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34446&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34446&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34446&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34446&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34446&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34446&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34446&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34446&r=mysqlcfg

Reply via email to