Friday, 25 May 2012

When does a package need to be recompiled? | PL SQL

 A package needs to be recompiled completely whenever any changes are made in the package specification. Any change to the package body does not require recompilation of the package.