Narasimha Gangaiah wrote:
> Greetings,
> 
> I am writing a web application using PHP. I want to use PEAR::DB to connect
> to user database.
> I want the connection to be secured using SSL.
> 
> Does oci8.sl (php oracle dblibrary) support SSL connection to Oracle Server
> ? 
> 
> I know we can securely connect to MYSQL server using PEAR::DB && SSL. 
> Is it possible to estable secure connection to oracle server using PHP ?
> 
> Best Regards
> Simha
> 

You may also want to consider using stunnel to encrypt your oracle traffic.

-Roberto

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to