What is the USER_OBJECTS data dictionary view?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the USER_OBJECTS data dictionary view?
Rating:
The USER_OBJECTS data dictionary view describes all objects owned by the current user. Following is the description of the main columns of the USER_OBJECTS data dictionary view:
| OBJECT_NAME | Name of the object |
| OBJECT_ID | Internal identifier for the object |
| OBJECT_TYPE | Type of the object (e.g., table, procedure, function, package, package body, trigger) |
| CREATED | Date when the object was created |
| LAST_DDL_TIME | Date when the object was last modified |
| TIMESTAMP | Date and time when the object was last recompiled |
| STATUS | VALID or INVALID |
Rating:
Was this information helpful?
Other articles
- What is the difference between a procedure and function?
- What is trigger timing?
- What is dependency failure?
- Developing an Oracle Application.
- What is the UTL_TCP Oracle supplied package?