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


VIEW: SYS.CDB_EXP_FILES

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

Description of export files in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
EXP_VERSION NUMBER (3) Yes Version number of the export session
EXP_TYPE VARCHAR2 (11)
FILE_NAME VARCHAR2 (100) Yes Name of the export file
USER_NAME VARCHAR2 (128) Yes Name of user who executed export
TIMESTAMP DATE
Yes Timestamp of the export session
CON_ID NUMBER

container id
Query Text

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


SELECT EXP_VERSION
,      EXP_TYPE
,      FILE_NAME
,      USER_NAME
,      TIMESTAMP
,      CON_ID
FROM SYS.CDB_EXP_FILES;

Dependencies

[top of page]

SYS.CDB_EXP_FILES does not reference any database object

SYS.CDB_EXP_FILES is referenced by following:

SchemaPUBLIC
SynonymCDB_EXP_FILES