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


VIEW: SYS.TABLE_EXPORT_OBJECTS

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

INCLUDE and EXCLUDE object type names for table 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.TABLE_EXPORT_OBJECTS;

Dependencies

[top of page]

SYS.TABLE_EXPORT_OBJECTS references the following:

SchemaSYS
ViewDBA_EXPORT_OBJECTS
SYS.TABLE_EXPORT_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymTABLE_EXPORT_OBJECTS