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


VIEW: SYS.DBA_EXPORT_OBJECTS

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

Export INCLUDE and EXCLUDE object type names

[View Source]

Columns
Name Datatype Length Mandatory Comments
HET_TYPE VARCHAR2 (128) Yes Name of heterogeneous object type
OBJECT_PATH VARCHAR2 (200) Yes Simple path name of member object type
COMMENTS VARCHAR2 (2000)
Description of object type
NAMED CHAR (1)
Do objects of this type have names?
Query Text

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


SELECT HET_TYPE
,      OBJECT_PATH
,      COMMENTS
,      NAMED
FROM SYS.DBA_EXPORT_OBJECTS;

Dependencies

[top of page]

SYS.DBA_EXPORT_OBJECTS references the following:

SchemaSYS
TableMETAFILTER$
TableMETANAMETRANS$
SYS.DBA_EXPORT_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymDBA_EXPORT_OBJECTS
SchemaSYS
ViewDATABASE_EXPORT_OBJECTS
ViewSCHEMA_EXPORT_OBJECTS
ViewTABLESPACE_EXPORT_OBJECTS
ViewTABLE_EXPORT_OBJECTS
ViewTRANSPORTABLE_EXPORT_OBJECTS