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: Application architecture advices needed

Re: Application architecture advices needed

From: John Hurley <johnbhurley_at_sbcglobal.net>
Date: 20 Nov 2004 13:49:50 -0800
Message-ID: <d4d6f278.0411201349.26ebff1f@posting.google.com>


When you install any recent version of oracle it also installs apache.

You have the choice of doing web development in oracle with a bunch of possible development tools.

Sure you can use perl and cgi scripting if you want. Obviously then you have to figure out how to get perl to send info back and forth out of oracle ... it's not hard to do.

If you are already strong on perl that may be a good choice for you.

PLSQL development using the htp package is also pretty fast and easy "if" you know plsql.

Oracle has a bunch of sample applications on their website.

Besides all the free doc from oracle there's a bunch of books, some better than others, about doing web development in oracle.

I suggest starting with something small and simple, try a couple of the different tools, figure out how much time you have and what tools are easiest for you to use ... and go from there. Received on Sat Nov 20 2004 - 15:49:50 CST

Original text of this message

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