Create type prices with a varray of number
SQL> CREATE OR REPLACE TYPE prices AS VARRAY(20) OF 2 NUMBER(12,2) 3 / Type created. SQL> SQL> SQL> SQL>