Two dimensional Array
273079Feb 13 2008 — edited Apr 11 2008Hi,
I need help with a two dimensional data structure in Oracle 10g PL/SQL, ie VARRAY,REF Cursor, nested table, etc.
I need to temporary (not on the database) store ITEM and CLAUSE, both these columns will store not more than 100 rows and will be of type number.
I need the easiest and best structure for this problem as well as declaration and usage examples if possible.
Please assist.