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: plsql webtoolkit newbie question

Re: plsql webtoolkit newbie question

From: M. Armaghan Saqib <armaghan_at_yahoo.com>
Date: Tue, 25 Jan 2000 05:17:13 GMT
Message-ID: <86jbkm$mmg$1@nnrp1.deja.com>


My 2 cents:

My tool SQL PlusPlus (freeware) generates a comprehensive PLSQL package around a given database table using following simple command from SQL Plus:

SQL> EXEC S2.BLDHTM('EMP') This plsql package incldes code to browse, insert, update, delete data from the table using PLSQL web toolkit. An excellent starting point for starting a new app using plsql web toolkit.

regards,
M. Armaghan Saqib


In article <388D02BD.12F26DA1_at_nospam.yahoo.com>,   tcheram_at_nospam.yahoo.com wrote:
> 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
>
>

--


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Jan 24 2000 - 23:17:13 CST

Original text of this message

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