Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle perl
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...
Download DBI, abd DBD-Oracle from activestate. You should use the ppm
module to do this, as it will get all the dependent modules downloaded
and installed for you.
In your System->Environment tab, you will need to create an ORACLE_HOME and ORACLE_SID environment. You will also need to have an Oracle clin\ent install on your Windows server, adn SQL*Net configured on this same machine.
Good luck.
-- Ron Reidy Oracle DBA Reidy Consulting, L.L.C.Received on Thu Apr 27 2000 - 00:00:00 CDT