jeffrey pearson wrote:
> Im hoping I could get some beginner help please. Im in the
> middle of writing my first PERL program. My development
> machine is WinXP. Ive downloaded, installed and am working
> with the ActivePERL 5.8. Im trying to connect and access an
> oracle database. Ive figured out how and successfully
> installed the DBI module. What else do I need to install to
> connect and do queries against my Oracle database? Where do I get
> what I need from? 

You need Oracle client software (from Oracle)

Then you need DBD::Oracle (use ppm to install it)

The docs for DBD::Oracle give all the details on connecting to the database.

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

Reply via email to