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


VIEW: SYS.ALL_OBJECTS_AE

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

Objects accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Username of the owner of the object
OBJECT_NAME VARCHAR2 (128) Yes Name of the object
SUBOBJECT_NAME VARCHAR2 (128)
Name of the sub-object (for example, partititon)
OBJECT_ID NUMBER
Yes 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
Yes Timestamp for the creation of the object
LAST_DDL_TIME DATE
Yes 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 placed 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
Yes 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.
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
FROM SYS.ALL_OBJECTS_AE;

Dependencies

[top of page]

SYS.ALL_OBJECTS_AE references the following:

SchemaSYS
TableDEPENDENCY$
TableDUAL
TableIND$
TableOBJAUTH$
TableSUM$
TableTABCOMPART$
TableTABPART$
TableTABSUBPART$
TableTRIGGER$
TableUSER$
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
View_ACTUAL_EDITION_OBJ
SYS.ALL_OBJECTS_AE is referenced by following:

SchemaPUBLIC
SynonymALL_OBJECTS_AE
SchemaSYS
Package BodyDBMS_UTILITY - show dependent code