CREATE OR REPLACE TYPE "{TABLE}"."NUMBER_ARRAY" AS TABLE OF NUMBER;
Introduction to Oracle NUMBER data type The precision is the number of digits in a number. It ranges from 1 to 38. The scale is the number of digits to the right of the decimal point in a number. It ranges from -84 to 127.