Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can't pass parameters via URL
Actually I figured it out.
For some reason the web listener was caching the stored procedures (or
something like that). When I rebooted the webserver the procedure started
working as expected. Does anyone know why this happened or what could have
caused it?
Mike
Hillel Cohen <hillyc_at_net2phone.idt.net> wrote in message
news:7n2qq1$rkn_at_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 Wed Jul 21 1999 - 07:03:51 CDT
![]() |
![]() |