[EMAIL PROTECTED] wrote:
> Guys,
> 
> Can anyone answer following questions please
> 
> 1) Do I have to install sqlplus to connect to Oracle database from
> Perl 

No, but it typically comes with the files that you DO need (the Oracle
client).  Google "oracle instantclient"

> 2) What , how and where can I get the modules required.

Install DBI and DBD::Oracle from CPAN.  Be sure to read the included
instructions carefully.

Philip

Reply via email to