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: Connect ORACLE to WWW through CGI-Perl-Script

Re: Connect ORACLE to WWW through CGI-Perl-Script

From: Theodore Hope <thope_at_igc.org>
Date: 1996/12/17
Message-ID: <32B73041.167EB0E7@igc.org>#1/1

Patrick Riley wrote:
>
> In <32B7601B.2D42_at_stud.uni-erlangen.de> Ingo Ruth <ingo.ruth_at_stud.uni-erlangen.de> writes:
>
> >Hallo!
> >I'm trying to connect an ORACLE-DB to the WWW throught CGI.
> >Because I want to learn more about it, I took Perl to write a
> >script - but I don't also want to use oraperl.
> >The database is running on a Solaris2.4 platform, and there is an
> >ORACLE-Web-Server 1.0 for the WWW-requests.
 

> I've been doing some of this lately. Put your SQL in a file
> and run by:
>
> system("sqlplus user/passw @sql_name.sql 2>&1 >/dev/null");

I suggest you check out OraPerl at

  http://src.doc.ic.ac.uk/packages/perl/db/perl4/oraperl

-T.H. Received on Tue Dec 17 1996 - 00:00:00 CST

Original text of this message

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