Date: 03/30/01
- Next message: rooneg <email protected>: "[PHP-DEV] PHP 4.0 Bug #10082 Updated: curl_setopt with CURLOPT_HTTPHEADER option is broken"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #10078 Updated: Problems with ImageCreate function"
- Next in thread: beccarini <email protected>: "[PHP-DEV] PHP 4.0 Bug #7339 Updated: ODBC with Oracle and Apache, Server rejected the connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7339
Updated by: sniper
Reported By: beccarini <email protected>
Old-Status: Open
Status: Feedback
Bug Type: ODBC related
Assigned To:
Comments:
Previous Comments:
---------------------------------------------------------------------------
[2000-10-19 08:37:44] beccarini <email protected>
Hello,
Using PHP3 and connecting to Oracle via ODBC everything works fine but using exactly the same script with PHP4.0.3pl1 I receive this "SQL error: [Oracle][ODBC][Ora]Server rejected the connection., SQL state 08004 in SQLConnect".
The scrip is really easy, here it is:
<?php
if (!($conn=odbc_connect ("ORACLEQP", "scott", "tiger")))
echo "Error";
else
echo "OK";
?>
Obviously "ORACLEQP" is my Sysytem DSN. The server machine is different from the Web Server running apache and PHP.
Any hint would be very appreciated cause right now to workaround to the problem I am using both PHP3 and PHP4.
(I need PHP4 because I am trying to use GD library)
Thanks
Andrea
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7339&edit=2
-- 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: rooneg <email protected>: "[PHP-DEV] PHP 4.0 Bug #10082 Updated: curl_setopt with CURLOPT_HTTPHEADER option is broken"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #10078 Updated: Problems with ImageCreate function"
- Next in thread: beccarini <email protected>: "[PHP-DEV] PHP 4.0 Bug #7339 Updated: ODBC with Oracle and Apache, Server rejected the connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

