Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle perl

Re: oracle perl

From: David BARATTE <david.baratte_at_voila.fr>
Date: 2000/04/17
Message-ID: <38FAD954.6936C5C4@voila.fr>#1/1

See http://www.perl.com/CPAN

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US