Connecting to Oracle.

2006-07-07 Thread ripu.nanda
Guys, Can anyone answer following questions please 1) Do I have to install sqlplus to connect to Oracle database from Perl 2) What , how and where can I get the modules required. Please treat this as very urgent Many thanks Ripu Nanda Systems Monitoring Management Tools BTNet tel: 00 780

Re: Connecting to Oracle.

2006-07-07 Thread Michael Nhan
It would help if you could include os type. But to answer your question 1) no, but it helps when troubleshooting. Usually if sqlplus works, then you know that the client libraries/software and connnectivity is good. 2) depends on the os of choice. Date: Fri, 7 Jul 2006 15:50:41 +0100

RE: Connecting to Oracle.

2006-07-07 Thread Garrett, Philip \(MAN-Corporate\)
[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

RE: Connecting to Oracle.

2006-07-07 Thread Reidy, Ron
SQL*Plus is not required to connect from Perl, unless you would like to run SQL*Plus as a piped process or with expect from within Perl. You will need to (at a minimum) install an Oracle client on the machine running the Perl scripts, along with the DBI and DBD::Oracle modules. The README files