Date: 12/15/00
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6603 Updated: ISAPI Several bugs"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6243 Updated: OCILogon intermittently fails to connect to an oracle database server."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 6456
Updated by: sniper
Reported By: richard <email protected>
Old-Status: Feedback
Status: Closed
Bug Type: Oracle related
Assigned To:
Comments:
No feedback.
Previous Comments:
---------------------------------------------------------------------------
[2000-11-11 15:22:34] sniper <email protected>
status->feedback
---------------------------------------------------------------------------
[2000-11-11 15:08:48] kir <email protected>
Does "tnsping oradb" works successfuly?
Is your problem still persist with the latest PHP?
---------------------------------------------------------------------------
[2000-08-31 03:49:57] richard <email protected>
Setup:
Solaris 8 (x86)
Apache 1.3.12
Oracle 8.1.5.0.0
PHP 4.0.2
I try to connect to a remote Oracle db running on a different platform
(SPARC).
Testing Oracle Connection...
OCIDebug: _oci_open_server new conn=0 dname=oradb
Warning: OCISessionBegin: ORA-03120: two-task conversion routine: integer overflow in /home/richard/www/oratest.php on line 6
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
script:
<?
echo "Testing Oracle Connection...<br><br>n";
putenv("ORACLE_SID=STUD");
putenv("ORACLE_HOME=/usr/local/oracle");
OCIInternalDebug(1);
$conn = OCILogon('xxxx','xxxx','oradb');
echo "<br><br>Done.<br><br>n";
?>
phpinfo:
<a href="http://home.dph.no/~richard/phpinfo.php">phpinfo</a>
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6456
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6603 Updated: ISAPI Several bugs"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6243 Updated: OCILogon intermittently fails to connect to an oracle database server."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

