Table Types Supplied by Oracle

This is a list of all the table types I’ve found in Oracle-supplied packages, e.g. OWA_UTIL in 10g supplies the type:
TYPE datetype IS TABLE OF varchar2(10) INDEX BY binary_integer;

I find them handy for quick one-off scripts.

Oracle_supplied_table_types

Mood Swings
ORA-06502: PL/SQL: numeric or value error: Bulk bind: Error in define

Leave a Reply

Your email address will not be published / Required fields are marked *