No rule selected
G-7210 – Try to keep your packages small. Include only few procedures and functions that are used in the same context.
The entire package is loaded into memory when the package is called the first time. To optimize memory consumption and keep load time small packages should be kept small but include components that are used together.
Tags: Performance, Stored Object.
Quality area: Reliability. Severity: Minor. Fixing time: Other.
Press p or n to quickly navigate to the previous/next rule.
