Hello.
Would you mind telling if DOA supports nested tables (not assiciative arrays or varrays) such as
CREATE OR REPLACE TYPE t_numbers AS TABLE OF NUMBER(18,0)
As per help, only assiciative arrays are allowed:
type is table of index by binary_integer;
Thank you in advance.