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!

Get count of elements in a collection

user637544Jul 1 2014 — edited Jul 1 2014

I have a associative array which is indexed by VARCHAR2. I want to find out the number of elements in the collection which have index value like 'IMSI_%'. Is there any direct way to achieve this or I have to loop through the collection and get the count in a variable. I am using 11g.

This post has been answered by Billy Verreynne on Jul 1 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2014
Added on Jul 1 2014
4 comments
464 views