Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> plsql webtoolkit newbie question
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;
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 Thu Jan 20 2000 - 06:38:19 CST
![]() |
![]() |