先定义一个数组!
create or replace type v_array as vArray(10) of varchar2(2);然后建过程!
create or replace procedure aaa(
        bbb v_array)
as
........