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

Thread: urgent array as out parameter in pl/sql

  1. #1
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598
    Hi,

    Is it possible to pass an array as out parameter..in pl/sql block..

    sam
    Cheers!
    OraKid.

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    Do you mean a TABLE type?

    If so, then yes.

    - Chris

  3. #3
    Join Date
    Apr 2001
    Posts
    24
    You can use VARRAY object type also
    as an out parameter for your Named Pl/Sql block

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