Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
When I talk of using objects as programming constructs, I am referring to using the object types and collections (nested tables and varrays) to enhance the power of your PL/SQL code. This section illustrates some of these techniques.
There are two main ways in which you can exploit object capabilities in your code:
bulk collect and bulk bind within your PL/SQL code to significantly improve its performance. I don’t cover this topic in this chapter; I cover it in detail in the section “Using Bulk Operations to Boost Performance” in Chapter 17.