Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
A collection is a data structure that acts like a list or a single-dimensional array. Collections are, in fact, the closest you can get to traditional arrays in the PL/SQL language. This chapter will help you decide which of the three different types of collections (associative array, nested table, and VARRAY) best fit your program requirements and show you how to define and manipulate those structures.
Here are some of the ways I've found collections handy: