Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle perl
DBI - The Perl Database Interface by Tim Bunce.
The DBI requires one or more 'driver' modules to talk to databases. Check that a DBD::Oraperl.pm module exists for the database you wish to use.
ps : We use it on a HP-UX (Perl 5.0.x) with Orcale 7.3.4, and it works fine.
mark wrote:
> I have Windows NT 4.0 WebServer. I just installed Perl for Win NT.
> Can anybody help me to figure out how to setup Perl to work with Oracle 7.3,
> which also running on my Web Server?
> By work with Oracle, I mean all necessary setups I must go thru, so when we
> execute Perl script with SQL statements to retrieve data from Oracle
> Database.
>
> Thank you...
Received on Mon Apr 17 2000 - 00:00:00 CDT