Toni

You don't have to use the OCI libraries if you use ODBC.

Compiling PHP --with-iodbc as per the HOWTO at www.iodbc.org will get 
you started.

Non-expiring ODBC drivers with a 2-connection license are available as a 
free download from http://www.openlinksw.com.  Free support is also 
available if you encounter problems.

Best regards,
Andrew Hill
Director of Technology Evangeslim
OpenLink Software http://www.openlinksw.com
XML and eBusiness Infrastructure Technology Providers

On Monday, August 27, 2001, at 05:04 PM, Joe Conway wrote:

>> I want to use php to connect to an Oracle 8i database.
>>
>> I have 2 questions:
>>     1) does the webserver have to be installed on the
>> database server?
>
> No -- you just have to configure your tnsnames.ora so that the web 
> server
> can connect. Try sqlplus first. If you can connect with sqlplus, you 
> should
> be able to connect from PHP.
>
>>     2) do you have to use the OCI libraries?
>>
>
> Yes, you do need the oracle client.
>
> See http://www.php.net/manual/en/ref.oci8.php for more info. 
> Particularly
> see the note on pthread.
>
> HTH,
>
> -- Joe
>
>
> --
> PHP General 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]
>
>


-- 
PHP General 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