InterviewSolution
Saved Bookmarks
| 1. |
Does Oracle Automatically Record The Dependencies Among The Schema Objects? |
|
Answer» Yes, Oracle automatically records the DEPENDENCIES among objects through the USER_OBJECTS DATA dictionary view, where the SCHEMA objects have a valid or INVALID status. Yes, Oracle automatically records the dependencies among objects through the USER_OBJECTS data dictionary view, where the schema objects have a valid or invalid status. |
|