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: how to link Apache and Oracle?

Re: how to link Apache and Oracle?

From: Hans Forbrich <hforbric_at_yahoo.net>
Date: Wed, 18 Feb 2004 15:22:54 GMT
Message-ID: <4033834C.9EDE64A1@yahoo.net>


nowayjose_at_telus.net wrote:
>
> Good advice, thank you! However, my Oracle database is on a separate
> machine than Apache and it is that particular Apache that I need to
> link to Oracle... The Apache that I will use is straight from Red Hat
> Enterprise Linux 3, v 2.0 I think...
>
> Besides, I don't know Java...
>
> K.

You miss the points. Some things to consider:

  1. Apache is included and installed on the database machine. Assuming you have access to the machine, look at $ORACLE_HOME/Apache/Apache to get started.
  2. Java is irrelevant. Apache is included and installed on your machine.
  3. You mention JSP. Means Java Server Pages. So you mean some form of Java.
  4. Learn something about web servers. Having Other web servers around is also irrelevant as you can punt from one to the next. Consider getting O'Reilly's basic Apache book.
  5. PLSQL is a great way to connect to DB (using mod_plsql). Saves a lot of hassle.
  6. mod_PERL is included.
  7. Just 'cause Apache 2 is included don't mean you have to use it - it's not necessarily better (for this purpose), just different.

/Hans Received on Wed Feb 18 2004 - 09:22:54 CST

Original text of this message

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