Re: Odp: WebDB Dynamic Page question

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: 2000/07/31
Message-ID: <8m4p58$49i$1_at_news.inet.tele.dk>#1/1


You could use UTL_FILE the read the file on-the-fly and output that via HTP.PRN. But performance would not be optimal.

HTH. Finn

Marcos Leija <marcos.leija_at_cas-mddc.com> wrote in message news:3964E720.5E4B18E_at_cas-mddc.com...
> Are you saying to make a proceedure that will htp.p() the information that
 was
> in catbody.htm and dogbody.htm?
> I don't want to do that, I am avoiding that route because the document's
 url
> comes from a table. I couldn't possibly recreate hundreds of web pages
 into
> proceedures.
> Is there an "include file" or "include virtual" command in PL/SQL?
 ...just like
> SSI's include command.
> Marcos
>
> Daniel Lisiecki wrote:
>
> > Try write a PL/SQL procedure, that creates staticly (or dynamicly)
> > catbody.htm and dogbody.htm. When You need it just call the procedure!
 About
> > writnig such procedures I wrote an article about 2 weeks ago.
> > --
> > ------------------------
> > Daniel Lisiecki
> > lis9_at_kki.net.pl
> > lisu_at_nr134.mikronika.com.pl
> > ------------------------
> > U¿ytkownik Marcos Leija <marcos.leija_at_cas-mddc.com> w wiadomooci do grup
> > dyskusyjnych napisa³:39634C96.4A15C10B_at_cas-mddc.com...
> > > How do you insert hypertext of another web page?
> > >
> > > <HTML>
> > > <HEAD>
> > > <TITLE>Example</TITLE>
> > > </HEAD>
> > > <BODY>
> > > <H1>Example of A Dynamic Page</H1>
> > > <ORACLE>
> > > if myCondition = 'cat' then
> > > insert catbody.htm
> > > elseif myCondition = 'dog' then
> > > insert dogbody.htm
> > > else
> > > insert default.htm
> > > end if
> > > </ORACLE>
> > > </BODY>
> > > </HTML>
> > >
> > > thanks in advance,
> > > Marcos
> > >
> > >
> > >
>
Received on Mon Jul 31 2000 - 00:00:00 CEST

Original text of this message