DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Oracle Error 6513

  1. #1
    Join Date
    Feb 2001
    Posts
    3
    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

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Wow, 50 parameters. How about passing a result set back from your procedure instead ( [url]http://govt.oracle.com/~tkyte/ResultSets/index.html[/url] ).
    Jeff Hunter

  3. #3
    Join Date
    Feb 2001
    Posts
    3

    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
  •  


Click Here to Expand Forum to Full Width