Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connect ORACLE to WWW through CGI-Perl-Script
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
![]() |
![]() |