ID: 13250 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: OCI8 related Operating System: Solaris 8 x86 PHP Version: 4.0.6 New Comment:
The version of PHP that this bug was reported in is too old. Please try to reproduce this bug in the latest version of PHP (available from http://www.php.net/downloads.php If you are still able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Previous Comments: ------------------------------------------------------------------------ [2001-09-11 11:31:50] [EMAIL PROTECTED] When trying to connect to Oracle database from Solaris 8 on x86 station to Solaris 8 on SPARC station, OCILogon fails with message: ORA-03120: two-task conversion routine: integer overflow It seems that this bug was already reported under http://www.php.net/bugs.php?id=6456, but was close 'cause of missing feedback. Code works fine when connecting to local database, also to remote database on same platform x86, and it works also fine to connect to "nrst.world" database from sqlplus and tnsping works. Solaris 8 (x86) Apache 1.3.12 Oracle 8.1.5.0.0 PHP 4.0.2 code: this->conn = ocilogon("xxx","xxx","nrst.world"); error message: OCIDebug: _oci_open_server new conn=0 dname=nrst.world Warning: OCISessionBegin: ORA-03120: two-task conversion routine: integer overflow in /opt/nrs/customerall.class on line 54 OCIDebug: _oci_open_session: FAILURE -> CLEANUP called OCIDebug: START _oci_close_session: logging-off sess=0 OCIDebug: _oci_close_session: logging-off DEAD session OCIDebug: oci_do_connect: FAILURE -> CLEANUP called OCIDebug: START _oci_conn_list_dtor: id=0 OCIDebug: END _oci_conn_list_dtor: id=0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=13250&edit=1