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: Can't pass parameters via URL

Re: Can't pass parameters via URL

From: Hillel Cohen <hillyc_at_net2phone.idt.net>
Date: Tue, 20 Jul 1999 17:48:04 -0400
Message-ID: <7n2qq1$rkn@nnrp2.farm.idt.net>


Use default null on the in parameters of the procedure.

Hilly

Mike Heisz <mheisz_at_rim.net> wrote in message news:newscache$ai86ff$bh6$1_at_njord.rim.net...
> I have a procudure in Oracle that I am trying to access through dynamic
> generation of a URL.
>
> The URL is like:
> http://servername/test/insert_manual_defects?prd=187
>
> When I remove the paramater and just use /test/insert_manual_defect it
finds
> the procedure but gives me an error for having the incorrect number of
> parameters. Any ideas on why this is happening or how to fix it?
>
> Thanks,
>
> Mike
>
>
Received on Tue Jul 20 1999 - 16:48:04 CDT

Original text of this message

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