numeric overflow in PL/SQL tables
I have a stored procedure in Oracle 8.0.5 which uses PL/SQL TABLE indexed by BINARY_INTEGER.
The table does not have values continuously. I get "ORA-01426, numeric overflow" exception when the array subscript (the table's size) exceeds a particular value.
Is there any limitation for Binary Integer indexed PL/SQL TABLES?