From:             [EMAIL PROTECTED]
Operating system: Solaris 8 x86
PHP version:      4.0.6
PHP Bug Type:     OCI8 related
Bug description:  OCISessionBegin: ORA-03120: two-task conversion

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 bug report at: http://bugs.php.net/?id=13250&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to