SYS.ALL_OBJECTS
The ALL_OBJECTS view describes all objects in the database that are accessible to the current user.
Related views
-
SYS.DBA_OBJECTSdescribes all objects in the database. It has the same columns asALL_OBJECTS. -
SYS.USER_OBJECTSdescribes all objects owned by the current user. This view does not display theOWNERcolumn.
Columns
| Column name | Type | Description |
|---|---|---|
|
|
|
Object owner |
|
|
|
Object name |
|
|
|
Unused (Column unused by TimesTen. Ignore value.) |
|
|
|
Dictionary object number of the object |
|
|
|
Unused (Column unused by TimesTen. Ignore value.) |
|
|
|
Object type (such as |
|
|
|
Timestamp for creation of object |
|
|
|
Timestamp for the last modification of the object resulting from a DDL statement |
|
|
|
Timestamp for the specification of the object (character data) |
|
|
|
Status of the object ( |
|
|
|
The current session can see only data that it placed in this object itself. The value is always ' |
|
|
|
The value is always ' |
|
|
|
The value is always ' |
|
|
|
Namespace for the object |
|
|
|
Unused (Column unused by TimesTen. Ignore value.) |