DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_OBJECTS_AE

Object Details
Object Name: CDB_OBJECTS_AE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All objects in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Username of the owner of the object
OBJECT_NAME VARCHAR2 (128)
Name of the object
SUBOBJECT_NAME VARCHAR2 (128)
Name of the sub-object (for example, partititon)
OBJECT_ID NUMBER

Object number of the object
DATA_OBJECT_ID NUMBER

Object number of the segment which contains the object
OBJECT_TYPE VARCHAR2 (23)
Type of the object
CREATED DATE

Timestamp for the creation of the object
LAST_DDL_TIME DATE

Timestamp for the last DDL change (including GRANT and REVOKE) to the object
TIMESTAMP VARCHAR2 (19)
Timestamp for the specification of the object
STATUS VARCHAR2 (7)
Status of the object
TEMPORARY VARCHAR2 (1)
Can the current session only see data that it place in this object itself?
GENERATED VARCHAR2 (1)
Was the name of this object system generated?
SECONDARY VARCHAR2 (1)
Is this a secondary object created as part of icreate for domain indexes?
NAMESPACE NUMBER

Namespace for the object
EDITION_NAME VARCHAR2 (128)
Name of the edition in which the object is actual
EDITIONABLE VARCHAR2 (1)
Object is considered editionable
ORACLE_MAINTAINED VARCHAR2 (1)
Denotes whether the object was created, and is maintained, by Oracle-supplied scripts. An object for which this has the value Y must not be changed in any way except by running an Oracle-supplied script.
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      OBJECT_NAME
,      SUBOBJECT_NAME
,      OBJECT_ID
,      DATA_OBJECT_ID
,      OBJECT_TYPE
,      CREATED
,      LAST_DDL_TIME
,      TIMESTAMP
,      STATUS
,      TEMPORARY
,      GENERATED
,      SECONDARY
,      NAMESPACE
,      EDITION_NAME
,      EDITIONABLE
,      ORACLE_MAINTAINED
,      CON_ID
FROM SYS.CDB_OBJECTS_AE;

Dependencies

[top of page]

SYS.CDB_OBJECTS_AE does not reference any database object

SYS.CDB_OBJECTS_AE is referenced by following:

SchemaPUBLIC
SynonymCDB_OBJECTS_AE