USER_OBJECTS v14
The USER_OBJECTS view provides information about all objects that are owned by the current user.
| Name | Type | Description |
|---|---|---|
schema_name | TEXT | Name of the schema in which the object belongs. |
object_name | TEXT | Name of the object. |
object_type | TEXT | Type of the object. Possible values are: INDEX, FUNCTION, PACKAGE, PACKAGE BODY, PROCEDURE, SEQUENCE, SYNONYM, TABLE, TRIGGER, and VIEW. |
created | DATE | Timestamp for the creation of an object. |
last_ddl_time | DATE | Timestamp for the last modification of an object resulting from a DDL statement including grants and revokes. |
status | CHARACTER VARYING | Included only for compatibility. Always set to VALID. |
temporary | TEXT | Y if the object is temporary; N if the object isn't temporary. |