InterviewSolution
| 1. |
How Is Time-stamped Checking Used For The Management Of Remote Dependencies? |
|
Answer» Time-stamped checking is based on the fact that every program unit CARRIES a time STAMP, which is set when it is CREATED or recompiled. Whenever a program unit or a schema object is altered, all its dependent units are invalidated and must be recompiled before they can be executed. The time stamp is recorded in the p-code of the procedure. Time-stamped checking is based on the fact that every program unit carries a time stamp, which is set when it is created or recompiled. Whenever a program unit or a schema object is altered, all its dependent units are invalidated and must be recompiled before they can be executed. The time stamp is recorded in the p-code of the procedure. |
|