Hi I am getting the error below while trying to execute the code below: Warning: ocilogon(): _oci_open_server: â in d:\program files\apache group\apache\htdocs\codebase\oci8test2.php on line 3 <?php $c=OCILogon("scott","tiger"); /* if ($c=OCILogon("scott", "tiger", "orcl")) { echo "Successfully connected to Oracle.\n"; OCILogoff($c); } else { $err = OCIError(); echo "Oracle Connect Error " . $err[text]; } */ ?> I have - Apache/1.3.33 (Win32) configured to run with PHP/4.3.10 and Oracle 10g Database. Everything running on the same box. I followed the note below to set it up. http://www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_windows.html Any help on this will be greatly appreciated. Thanks in advance. - Biji __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php