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.