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: Web Server Help !!!

Re: Web Server Help !!!

From: Fred Hirschfeld <fhirsch_at_smartt.com>
Date: 1997/04/29
Message-ID: <33662861.464C7F9C@smartt.com>#1/1

Haris Kusumo wrote:

> Hi,
>
> Can you tell me how to pass parameter containing oracle wild card,
> please.
> i.e.
> http://arizona/hrs/owa/search.product?ProductName=%&ProductType=Sport
>
>
> When I print the value of ProductName it display some strange
> character
> like @ or e with single '.
>
> the procedure that I use something like this
> procedure product (ProductName in varchar2, ProductType in varchar2)
> is
> begin
> htp.p (ProductName);
> end;
>
> I appreciated if you could e-mail me the reply to
> hkusumo_at_socs.uts.edu.au
>
> Thanks in advance
> - Haris -

 I think you will find that the % in the URL is used as a special character and you must find the appropriate encoding for it. %#xx; where xx is the ascii code value for the percent sign.

   Fred Received on Tue Apr 29 1997 - 00:00:00 CDT

Original text of this message

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