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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9iAS vs the web server delivered with the database

Re: Oracle 9iAS vs the web server delivered with the database

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Thu, 18 Apr 2002 00:57:45 +0200
Message-ID: <3cbdfde9$0$255$edfadb0f@dspool01.news.tele.dk>


Or you could simply use Data Cache from iAS to build a true 3-tier, scalable system. With Data Cache you can execute read-only PL/SQL code and select from cached tables at the mid-tier in a stripped down Oracle8i that is bundled with iAS EE.

Finn

"Sunil" <sunil_franklin_at_hotmail.com> wrote in message news:PO6v8.28$tV6.269_at_news.oracle.com...
> What I wanted to say was generation of html should be done by java in the
> application server/middle tier and your database server should do just
> managing and serving up the requested data.
> This definitely will be more scalable that the database doing "all" the
> stuff.
>
> Sunil.
>
>
>
> "Andrew Hardy" <nobody_at_spam.from.news.AdvanticaTech.com> wrote in message
> news:a9heh4$7hk$1_at_sun-cc204.lut.ac.uk...
> >
> > "Sunil" <sunil_franklin_at_hotmail.com> wrote in message
> > news:JfAu8.3$Ua.84_at_news.oracle.com...
> > > Doing it all ( including html generation) in the database is not
> scalable.
> > > For scalability you need an app server
> >
> > That's an interesting point... Web PLSQL does generate the HTML code,
even
> > if it doesn't present it itself. The app server doesn't generate the
HTML,
> > it just presents it... or am I missing something?
> >
> > Andy
> >
> >
>
>
Received on Wed Apr 17 2002 - 17:57:45 CDT

Original text of this message

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