From:             vinz_ at libero dot it
Operating system: solaris 8
PHP version:      4.3.2
PHP Bug Type:     OCI8 related
Bug description:  Warning: ocilogon(): ORA-65535

Description:
------------
Hi Hall,

   I have this problem.
Some times (random) the web server does not succeed to connect itself to
an other server Oracle.
The web server answers in way corrected on door 80.

- Web Server: Netscape iPlanet 4.1 SP7;
- PHP 4.3.2;
- Oracle 8.1.7.

Thank you for Help.
Bye



Reproduce code:
---------------
$link = OCILogon($user, $pass, $sid);

with $sid= "=(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST
= test)(PORT = 1521)))(CONNECT_DATA=(SID=oracle)))";


Expected result:
----------------
Connection.

Actual result:
--------------
Warning: ocilogon(): _oci_open_server: Error while trying to retrieve text
for error ORA-65535 in /local/netscape/server4/php-bin/dboraconnect.inc on
line 25
OCIDebug: _oci_open_server: FAILURE -> CLEANUP called
OCIDebug: START _oci_close_server: detaching conn=0
dbname=(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST =
test)(PORT = 1521)))(CONNECT_DATA=(SID=oracle)))
OCIDebug: _oci_close_server: closing DEAD server
OCIDebug: oci_do_connect: FAILURE -> CLEANUP called
OCIDebug: START _oci_conn_list_dtor: id=0
OCIDebug: END _oci_conn_list_dtor: id=0
OCIDebug: START php_rshutdown_oci
OCIDebug: END php_rshutdown_oci


-- 
Edit bug report at http://bugs.php.net/?id=26424&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26424&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26424&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26424&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26424&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26424&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26424&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26424&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26424&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26424&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26424&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26424&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26424&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26424&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26424&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26424&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26424&r=float

Reply via email to