RE: [PHP-DB] Connection to Oracle8i

2001-08-16 Thread Rankin, Randy
Rafael, I am assuming you can connect to your Oracle server from your client (using net8 for example). Did you recompile PHP with Oracle OCI support on your web server? Run and see if there is a section on Oracle OCI. If not, that may be at least part of your problem. Remember that Oracle and

Re: [PHP-DB] Connection to Oracle8i

2001-08-15 Thread rouvas
You have to compile PHP with Oracle option first and then try connecting to any Oracle backend. If you already have done that, you should use the 'oci' family of calls instead of the 'oracle' ones, unless you are trying to access an Oracle older than version 8. In your mail you state that you use