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


VIEW: SYS.ALL_FILE_GROUP_EXPORT_INFO

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

Details about export information of file group versions

[View Source]

Columns
Name Datatype Length Mandatory Comments
FILE_GROUP_OWNER VARCHAR2 (128) Yes Owner of the file group
FILE_GROUP_NAME VARCHAR2 (128) Yes Name of the file group
VERSION_NAME VARCHAR2 (128) Yes Name of the version
VERSION NUMBER
Yes Internal version number
EXPORT_VERSION VARCHAR2 (128) Yes Compatibility level of export dump
PLATFORM_NAME VARCHAR2 (101) Yes Platform export was done on
EXPORT_TIME DATE
Yes Export job start time
EXPORT_SCN NUMBER

Export job scn
SOURCE_GLOBAL_NAME VARCHAR2 (128)
Global name of the exporting database
Query Text

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


SELECT FILE_GROUP_OWNER
,      FILE_GROUP_NAME
,      VERSION_NAME
,      VERSION
,      EXPORT_VERSION
,      PLATFORM_NAME
,      EXPORT_TIME
,      EXPORT_SCN
,      SOURCE_GLOBAL_NAME
FROM SYS.ALL_FILE_GROUP_EXPORT_INFO;

Dependencies

[top of page]

SYS.ALL_FILE_GROUP_EXPORT_INFO references the following:

SchemaSYS
View_ALL_FILE_GROUP_EXPORT_INFO
SYS.ALL_FILE_GROUP_EXPORT_INFO is referenced by following:

SchemaPUBLIC
SynonymALL_FILE_GROUP_EXPORT_INFO