Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle access from Apache web server

Re: Oracle access from Apache web server

From: Eric A. Stephens <estephen_at_javaboy.appliedtheory.com>
Date: 1997/07/17
Message-ID: <m3204xqk9s.fsf@javaboy.appliedtheory.com>#1/1

spember_at_mail.ue.com.au.kludge.to.stop.spammers writes:

>
> Hello All,
>
> I'm running a (currently) small internal web server on Apache 1.2 and would like
> to access data stored in our Oracle servers. Is this possible?
>
> The Web server is a P90 running Linux 2.0.27 and Apache 1.2. The Oracle servers
> are RS/6000's running AIX.
>
> Any suggestions?
>
> Steven P.

The more laborious way is to code CGI programs that access the Oracle data via Oracle's API's or ODBC. However, since the Oracle API's are not available for Linux, one would either have to write a gateway that would enable access to Oracle on the AIX machine (shameless plug: we have a product that could assist). Another way is to have Java applets use CORBA to interoperate with a CORBA object service on the RS/6000.

The tricky part in your equation is the combination of Linux and Oracle; not always compatible.

-- 
Eric A. Stephens                      estephen_at_AppliedTheory.com
Software Engineering Group          http://www.AppliedTheory.com
AppliedTheory Communications, Inc.
Received on Thu Jul 17 1997 - 00:00:00 CDT

Original text of this message

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