InterviewSolution
Saved Bookmarks
| 1. |
What Happens When An Object Has An Invalid Status? |
|
Answer» Whenever an invalid object is CALLED again, the Oracle SERVER automatically recompiles the object and it GETS a valid status. For example, if a VIEW with an invalid status is QUERIED, it will be recompiled before the results are displayed. Whenever an invalid object is called again, the Oracle server automatically recompiles the object and it gets a valid status. For example, if a view with an invalid status is queried, it will be recompiled before the results are displayed. |
|