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

Re: plsql webtoolkit newbie question

From: Troy <tcheram_at_nospam.yahoo.com>
Date: Mon, 24 Jan 2000 20:42:45 -0800
Message-ID: <388D29C4.9B403F1C@nospam.yahoo.com>


try the following web site:
http://www.geocities.com/SiliconValley/Peaks/9111/

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
>
> Whats the problem and where can i found same samples?
>
> OAS4081
> ORACLE 8.0.5.2.1
> PLSQL 8.0.5.2.0
>
> --
> ----------------------------------------------------------------------------
>
> Immo Wetzel
> Fachhochschule Stralsund http://www.fh-stralsund.de
Received on Mon Jan 24 2000 - 22:42:45 CST

Original text of this message

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