Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| Sep 12 2008, 5:56 PM EDT (current) | juancarlosreyesp | 6928 words added |
| Sep 12 2008, 5:55 PM EDT | juancarlosreyesp |
| Column | Datatype | Description |
| NAME | VARCHAR2(513) | Location name. This is the value specified in the DB_RECOVERY_FILE_DEST initialization parameter. |
| SPACE_LIMIT | NUMBER | Maximum amount of disk space (in bytes) that the database can use for the flash recovery area. This is the value specified in the DB_RECOVERY_FILE_DEST_SIZE initialization parameter. |
| SPACE_USED | NUMBER | Amount of disk space (in bytes) used by flash recovery area files created incurrent and all previous flash recovery areas. Changing flash recovery areas does not reset SPACE_USED to 0. |
| SPACE_RECLAIMABLE | NUMBER | Total amount of disk space (in bytes) that can be created by deleting obsolete, redundant, and other low priority files from the flash recovery area |
| NUMBER_OF_FILES | NUMBER | Number of files in the flash recovery area |
| Column | Datatype | Description |
| FILE_TYPE | VARCHAR2(12) | File type |
| PERCENT_SPACE_USED | NUMBER | Percent of recovery area that is in use |
| PERCENT_SPACE_ RECLAIMABLE | NUMBER | Percent of recovery area that is reclaimable |
| NUMBER_OF_FILES | NUMBER | Number of files in the recovery area |