Skip to Main Content

SQL & PL/SQL

Announcement

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!

Associative Array as a database type

brian.mcginityAug 19 2013 — edited Aug 22 2013

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?

This post has been answered by unknown-7404 on Aug 19 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2013
Added on Aug 19 2013
12 comments
843 views