InterviewSolution
Saved Bookmarks
| 1. |
In The Time-stamped Checking Mode, Which Value Of The Two Program Units Is Compared To Determine The Dependency Checking? |
|
Answer» The LAST_DDL_TIME column of the USER_OBJECTS DATA DICTIONARY VIEW records the last time a SQL statement was issued to change the structure of the objects. This column is compared to determine if the referenced program unit has been changed since the dependent unit was last COMPILED. The LAST_DDL_TIME column of the USER_OBJECTS data dictionary view records the last time a SQL statement was issued to change the structure of the objects. This column is compared to determine if the referenced program unit has been changed since the dependent unit was last compiled. |
|