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 Web and Perl CGI scripts

Re: Oracle Web and Perl CGI scripts

From: Chris Nelson <chris.nelson_at_sdrc.com>
Date: 1997/07/16
Message-ID: <33CCFAAD.956D7DFC@sdrc.com>#1/1

Jimmy wrote:

> Hi
>
> I am currently trying to do a upload and download of
> files from Oracle Web Server to the Client PC.
> Ain't sure how to do it using Oracle Web but hv discover
> that uploading/downloading can be done using Perl CGI scripts.
>
> But how do I integrate Perl CGI scripts to Oracle Web ??
>
> Pls advise.
>
> Tks
> jimmy
>

   Go to the CPAN (you can there from www.perl.org) and download the CGI module and the DBI module. DBI is a standard RDBMS access module for Perl. You'll also need the DBD-Oracle module which is the Oracle specific plugin for DBI. Read all the docs that come with these modules and you should have no trouble. For more general web-to-Oracle access, you will also want to check out Oracle Webserver. Received on Wed Jul 16 1997 - 00:00:00 CDT

Original text of this message

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