Organizing PL/SQL BACK | 1 2 3 4 5 | NEXT | MAIN
You reference a program unit stored in a library by attaching the library to your application. Program units in attached libraries are loaded only when they are needed by the application, and are searched for through all attached libraries in the order indicated by the Object Navigator hierarchy.


You cannot edit the content of an attached library, but you can copy program units out of an attached library and edit them locally.