Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Limitation on the number of parameters passed to a PL/SQL procedure
I had a similar problem when I was working with JavaScript, Called Oracle but couldn't get any solution from them.
The Limitation is not on the PL/SQL procedure(even it is there it is not such a small number). The limitation is passing parameters from Javascript embeded in html. With trial and error I found that it can pass only 20 parameters.
/Ravi
.............
Tansel Ozkan wrote in message <35CC914E.7870_at_openix.com>...
>Hello all,
>
>Is there a limitation on the number of parameters passed
>to a PL/SQL procedure? I have a huge HTML form with about 80
>input parameters. And I couldn't get the procedure which receives
>these parameters to execute successfully. So, I thought maybe
>I reached some kind of limitation.
>
>Thanks..
>
>Tansel
Received on Tue Aug 11 1998 - 00:00:00 CDT
![]() |
![]() |