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


VIEW: SYS.TABLESPACE_EXPORT_OBJECTS

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

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

Dependencies

[top of page]

SYS.TABLESPACE_EXPORT_OBJECTS references the following:

SchemaSYS
ViewDBA_EXPORT_OBJECTS
SYS.TABLESPACE_EXPORT_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymTABLESPACE_EXPORT_OBJECTS