| Table Name | Description |
| ALL_FILE_GROUP_EXPORT_INFO | Details about export information of file group versions |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | FILE_GROUP_OWNER | VARCHAR2 | 30 | (null) | N | Owner of the file group |
| 2 | FILE_GROUP_NAME | VARCHAR2 | 30 | (null) | N | Name of the file group |
| 3 | VERSION_NAME | VARCHAR2 | 30 | (null) | N | Name of the version |
| 4 | VERSION | NUMBER | 22 | (null) | N | Internal version number |
| 5 | EXPORT_VERSION | VARCHAR2 | 30 | (null) | N | Compatibility level of export dump |
| 6 | PLATFORM_NAME | VARCHAR2 | 101 | (null) | N | Platform export was done on |
| 7 | EXPORT_TIME | DATE | 7 | (null) | N | Export job start time |
| 8 | EXPORT_SCN | NUMBER | 22 | (null) | Y | Export job scn |
| 9 | SOURCE_GLOBAL_NAME | VARCHAR2 | 128 | (null) | Y | Global name of the exporting database |