Doc Name: reloads.sql Author Mark Gurry This script shows the number of reloads into the library cache broken down into namespaces. # ttitle ' Total Shared Pool Reload Stats ' select namespace, reloads from v$librarycache;