Re: plsql webtoolkit newbie question

From: Troy <tcheram_at_nospam.yahoo.com>
Date: Mon, 24 Jan 2000 17:56:13 -0800
Message-ID: <388D02BD.12F26DA1_at_nospam.yahoo.com>


[Quoted] I have examples and introduction to coding on the Application Server at the following:
http://www.geocities.com/SiliconValley/Peaks/9111/ I hope this helps......Troy

Immo Wetzel wrote:

> Immo Wetzel wrote:
>
> > Hello
> >
> > I try to make same webpages with the oracle webserver. and i
> > would like to generate a procedure which can be called with
> > or without same parameters like
> > "host.domain/virtdir/app?test1=hello&test2=newbie"
> >
> > i have make the following programm
> >
> > PROCEDURE klo(test1 VARCHAR2 DEFAULT NULL,test2 VARCHAR2
> > DEFAULT NULL) is
> > BEGIN
> > htp.htmlopen;
> > htp.prn(test1||' '||test2);
> > htp.htmlclose;
> > END;
> >
> > but its generate only a error
> > OWS-05101: Execution failed due to Oracle error -6550
>
> OK it works after a few minutes. Is there a caching system ? how can i clean the
> cache if there one ?
>
> --
> ----------------------------------------------------------------------------
> Immo Wetzel
> Fachhochschule Stralsund http://www.fh-stralsund.de
Received on Tue Jan 25 2000 - 02:56:13 CET

Original text of this message