For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
As it is fine to create an associative array inside of a stored procedure as:
type urltype is table of varchar2(32767) index by varchar2(30);
Can this be created as a database type at the schema level?