-
Hi,
When I am trying to access a procedure with more than 50 parameters, it gives me an Oracle error 6513 error message. I reduced the no. of parameters and the it started working. Why is it so ? In the error description I found some thing related to 'host language array'. How to increase the size of this array ? I am using Oracle8.0.5 and Oracle Application Server 4.0.7. How to rectify this error without reducing the no. of parameters ?
Thanks,
Vinkris
-
Wow, 50 parameters. How about passing a result set back from your procedure instead ( [url]http://govt.oracle.com/~tkyte/ResultSets/index.html[/url] ).
-
oracle error 6513 while submitting HTML form
Hi,
Here I am submitting an HTML form which has 50 elements. So the calling procedure should also have the same number of parameters with parameter name same as that of the element name in HTML. Is their any other easy way to submit the HTML form with 50 elements ?
Thanks,
Vinkris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|