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: DA Morgan <damorgan_at_x.washington.edu>
Date: Wed, 17 Nov 2004 22:18:21 -0800
Message-ID: <1100758616.751673@yasure>


Antoine D. wrote:

> Hi,
>
> I am skilled in Unix but pretty new to Oracle. I have to build an Oracle
> database that can be queried with variable URLs. From some documentations I
> have already read, I believe I need Apache as a frontend with CGI scripts,
> Perl or whatever to get variable part from URL. Then, I can send a request
> to Oracle and get back some data to my script.
>
> But more over, from these data, I need to construct and send few HTTP
> requests (actually POSTs) to another server. I was thinking I could use the
> Perl LWP:UserAgent module for example.
>
> But, I am not sure at all about products and/or langages (except Oracle that
> is a requirement) is the best choice to build and develop my application
> server. Is there some software architect around that can give me advices ?
>
> (For information, all stuff (Oracle, Apache and scripts) must reside on an
> unique Solaris based server.)
>
> Regards
> Antoine

 From your post I am not sure what it is you are trying to do ... but check out the following:

Go to http://www.psoug.org
click on Morgan's Library
click on UTL_INADDR
also click on UTL_URL
These may help

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Nov 18 2004 - 00:18:21 CST

Original text of this message

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