5.120 DBA_INVALID_OBJECTS
DBA_INVALID_OBJECTS
describes all invalid objects in the database. You can use this view to identify invalid objects before and after a database upgrade.
This view eliminates old versions of object types. It only includes the object type it if is the latest version.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the object |
|
|
|
Name of the object |
|
|
|
Name of the subobject (for example, partition) |
|
|
|
Dictionary object number of the object. |
|
|
|
Dictionary object number of the segment that contains the object. Note: |
|
|
|
Type of the object (such as The current version of the type is shown only if it is invalid. In other words, if prior versions of the type are invalid but the most recent version of the type is valid, it will not be in this list. |
|
|
|
Timestamp for the creation of the object |
|
|
|
Timestamp for the last modification of the object and dependent objects resulting from a DDL statement (including grants and revokes) |
|
|
|
Timestamp for the specification of the object (character data) |
|
|
|
Status of the object:
|
|
|
|
Indicates whether the object is temporary (the current session can see only data that it placed in this object itself) ( |
|
|
|
Indicates whether the name of this object was system-generated ( |
|
|
|
Indicates whether this is a secondary object created by the |
|
|
|
Namespace for the object |
|
|
|
Name of the edition in which the object is actual |
|
|
|
Values:
|
|
|
|
Values:
|
|
|
|
Denotes whether the object was created, and is maintained, by Oracle-supplied scripts (such as catalog.sql or catproc.sql). An object for which this column has the value |
|
|
|
Indicates whether the object is an Application common object ( |
|
|
|
Default collation for the object |
|
|
|
Indicates whether this object is duplicated on this shard ( |
|
|
|
Indicates whether this object is sharded ( |
|
|
|
ID of the Application that created the object |
|
|
|
ID of the Application Version that created the object |
|
|
|
ID of the Application that last modified the object |
|
|
|
ID of the Application Version that last modified the object |