Doc Name: libloads.sql Author Mark Gurry This script shows the number of reloads into the library cache. # ttitle ' Library cache Re-Loads' SELECT SUM(reloads) FROM v$librarycache;