FRA Space Claim for Flashback Logs [message #658704] |
Fri, 23 December 2016 10:29  |
jesuisantony
Messages: 166 Registered: July 2006 Location: Chennai
|
Senior Member |
|
|
Hello,
I am having a challenge with my flash recovery area. The entire file system for allocated for flashback logs and the file system has crossed 90%. The overall disk space is 500G.
When I queried "v$flash_recovery_usage" I was able to find that 90% of the usage (percent_space_used) was by "Flashback Logs" alone. However the "percent_space_reclaimable" was 80%. Be informed that parameter value for "db_flashback_retention_target" is 1440 (1 day).
The "v$flashback_database_log" query shows that the oldest flashback time is 5 days before.
I understand that there are flashback logs which can be reclaimed (as per "v$flash_recovery_usage"). But I am not sure how to proceed further. The online documentations say that these logs should not be deleted manually as Oracle will take care of the same.
I can see that the old logs are getting deleted automatically on a daily basis however the file usage still remains at 90%. I am getting threshold alerts even though this will not affect my DB.
Help me to address this issue without not having to shut down or affecting the DB.
Thank You.
|
|
|
|
|
|
|
|
|
|
|
|
Re: FRA Space Claim for Flashback Logs [message #659012 is a reply to message #658715] |
Wed, 04 January 2017 03:14   |
gazzag
Messages: 1119 Registered: November 2010 Location: Bedwas, UK
|
Senior Member |
|
|
jesuisantony wrote on Fri, 23 December 2016 19:12The System Admin team sees this as a concern and would want to either reduce the space or increase the disk space.
Tell your System Admin team to increase their monitoring threshold on the disk containing the Oracle FRA to 90% and to stop worrying themselves, you, or us about it
Some people simply do what they've been told is right rather than thinking for themselves or asking advice from people more experienced.
[Edit: typo]
[Updated on: Wed, 04 January 2017 03:16] Report message to a moderator
|
|
|
|
Re: FRA Space Claim for Flashback Logs [message #659825 is a reply to message #659701] |
Tue, 31 January 2017 07:10   |
|
One thing I have noticed during last 4 years working on FRA, that db_recovery_file_dest_size can be a virtual number which can be bigger than available disk space. Have tweaked this value manytimes to make DB think that space is there. Just need to monitor the actual used space and get rid of restore points and logs in agreed routine.
|
|
|
|
|
|
|