Organizing PL/SQL BACK | 1 2 3 4 5 | NEXT | MAIN
Libraries are collections of program units that you can store on the client or server for easy reuse by multiple applications. Libraries stored in the server are executed on the client.

Libraries also offer performance benefits because library program units are not loaded into memory until they are called.