Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to link Orcle to WWW?
Kim,
You have PERL! Go to CPAN and download the DBI/DBD PERL modules
that you need. You then need to write CGI scripts that access the modules.
Those modules will let you use SQL to access your Oracle installation. You
will not have all the functionality of PL/SQL but most of it. You didn't
mention
what webserver you are using. Work with your webmaster for the right
permissions. If you need to set one up then use Apache, it is fairly simple
and works great.
Jennifer L. Mead
Yongun Kim wrote:
> I am a college student and want to use Oracle 7 on Solaris machine for my
> graduation project.
> I know how to use the DBMS on the machine, but have no idea how to excute
> SQL/PL from
> a Web page.
>
> Would you give me some basic idea how to use Oracle 7 from WWW?
>
> I do not have Java VM or Oracle Web Server.
> Only things I can use are Oracl 7, Perl and C on Solaris.
>
> I'd appreciate your help.
Received on Wed Jan 13 1999 - 16:59:23 CST
![]() |
![]() |