In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Charles Belcher) writes:
>is there an alternative to using DBI and DBD::Oracle to connect to an Oracle
>database to run a simple select statement?

You could run sqlplus from Perl like any other program.

I would find it simpler to use DBI and DBD::Oracle to run the simple select
statement, even if I had to install the modules first.  Unless they just
didn't build on my system for some reason.

-- 
Peter Scott
http://www.perldebugged.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to