InterviewSolution
Saved Bookmarks
| 1. |
Does A Package Is Recompiled If The Database Objects That The Package Uses Are Modified? |
|
Answer» Yes, if the database objects associated with the PACKAGE are modified, the package specification and the package BODY become invalid; and therefore, the package NEEDS recompilation USING the following syntax: Yes, if the database objects associated with the package are modified, the package specification and the package body become invalid; and therefore, the package needs recompilation using the following syntax: |
|