my @arr=( "abc","efg","hij" ); $sth->bind_param_inout(":id", \\@arr, 10, { ora_type => ORA_VARCHAR2_TABLE, ora_maxarray_numentries => 100 } ) ;