S sinys Member² Jul 1, 2011 #1 Array DML work only for: SQL: type <type_name> is table of <data_type> index by binary_integer; How use not packege type? SQL: create or replace type lpu.iii is table of integer;
Array DML work only for: SQL: type <type_name> is table of <data_type> index by binary_integer; How use not packege type? SQL: create or replace type lpu.iii is table of integer;
Marco Kalter Administrator Staff member Jul 2, 2011 #1 For a nested table type you would need to use the TOracleObject class.