Collections Oracle PLSQL Tutorial

SQL>
SQL> CREATE OR REPLACE TYPE mem_type IS VARRAY(10) of VARCHAR2(15)
  2  /
SQL>
SQL> drop type mem_type;