Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

V$RECOVERY_AREA_USAGE all zeroes

MalditazoDec 18 2017 — edited Dec 19 2017

Hi All,

Oracle 12 - For some reason the view is not showing anything, just zeroes, I can't remember when was the last time the information was populated maybe months ago, now it is gone.Archive logs and backup pieces are saved under /mnt/proddbvol2/fast_recovery_area/orcl/archivelog and /mnt/proddbvol2/fast_recovery_area/rman

SQL>  SHOW PARAMETER DB_RECOVERY_FILE_DEST;

NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

db_recovery_file_dest                string      /mnt/proddbvol2/fast_recovery_area

db_recovery_file_dest_size           big integer 100G

SQL> SELECT * FROM V$RECOVERY_FILE_DEST;

"NAME"    "SPACE_LIMIT"    "SPACE_USED"    "SPACE_RECLAIMABLE"    "NUMBER_OF_FILES"    "CON_ID"

"/mnt/proddbvol2/fast_recovery_area"    107374182400    0    0    0    0

SQL> SELECT * FROM V$RECOVERY_AREA_USAGE;

"FILE_TYPE"    "PERCENT_SPACE_USED"    "PERCENT_SPACE_RECLAIMABLE"    "NUMBER_OF_FILES"    "CON_ID"

"CONTROL FILE"    0    0    0    0

"REDO LOG"    0    0    0    0

"ARCHIVED LOG"    0    0    0    0

"BACKUP PIECE"    0    0    0    0

"IMAGE COPY"    0    0    0    0

"FLASHBACK LOG"    0    0    0    0

"FOREIGN ARCHIVED LOG"    0    0    0    0

"AUXILIARY DATAFILE COPY"    0    0    0    0

This post has been answered by Hemant K Chitale on Dec 18 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2018
Added on Dec 18 2017
9 comments
1,966 views