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

Thread: Passing 3 Dimension Array to procedure

  1. #1
    Join Date
    Sep 2001
    Posts
    52

    Angry

    can anyone help me for how to pass a multi dimensional array to a stored procedure?

    I want to pass 3 diffrent columns value as an array to a stored procedure.

    i.e.

    1. empno
    2. ename
    3. sal

    These 3 columns i want to pass as an multi dimensional array.

  2. #2
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    I think most of your questions will be answered by these threads:

    http://www.dbasupport.com/forums/sho...threadid=19196
    http://www.dbasupport.com/forums/sho...threadid=19824
    http://www.dbasupport.com/forums/sho...threadid=19712

    The first one gives an INDEX BY TABLE and a VARRAY example.

    Good luck.
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

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