Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to execute procedure having parameter table of varchar2

SmileJan 26 2010 — edited Jan 26 2010
Hi could you tell me how to call this procedure
PROCEDURE bgroup (
    gId IN NUMBER,
    sId IN NUMBER,
    cgId IN NUMBER,
    tnames IN VARCHARLIST
  )
CREATE OR REPLACE TYPE VARCHARLIST IS TABLE OF VARCHAR2(500)
/


thanks..

Edited by: josh1612 on Jan 26, 2010 1:27 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2010
Added on Jan 26 2010
1 comment
519 views