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


VIEW: SYS.DATABASE_EXPORT_OBJECTS

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

INCLUDE and EXCLUDE object type names for full database export

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_PATH VARCHAR2 (200)
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 OBJECT_PATH
,      COMMENTS
,      NAMED
FROM SYS.DATABASE_EXPORT_OBJECTS;

Dependencies

[top of page]

SYS.DATABASE_EXPORT_OBJECTS references the following:

SchemaSYS
ViewDBA_EXPORT_OBJECTS
TableIMPCALLOUTREG$
SYS.DATABASE_EXPORT_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymDATABASE_EXPORT_OBJECTS