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


VIEW: SYS.SCHEMA_EXPORT_OBJECTS

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

INCLUDE and EXCLUDE object type names for schema mode export

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 OBJECT_PATH
,      COMMENTS
,      NAMED
FROM SYS.SCHEMA_EXPORT_OBJECTS;

Dependencies

[top of page]

SYS.SCHEMA_EXPORT_OBJECTS references the following:

SchemaSYS
ViewDBA_EXPORT_OBJECTS
SYS.SCHEMA_EXPORT_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymSCHEMA_EXPORT_OBJECTS