InterviewSolution
Saved Bookmarks
| 1. |
When Does A Package Need To Be Recompiled? |
|
Answer» 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. 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. |
|