deleting the flashback recovery area and the files [message #376024] |
Mon, 15 December 2008 13:26 |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
Hi,
We have a dev. db which is small about 3 gb in all (crd files). for this I had enabled flashback and also put it in archivelog mode. then the db_recovery_file_dest_size grew to 3 gb. since space is an issue, I turned off the flashback feature. (by the command: ALTER DATABASE FLASHBACK OFF;)
Tomorrow I will also make it into noarchivelog mode. My question is: it is having lots of archived logs (may be 3 gb or more) in the flashback recovey area. What is the correct syntax to delete them? There is a warning in alert log which says that use RMAN delete command but I am not aware of exact syntax.
Thanks
Nirav
[Updated on: Mon, 15 December 2008 13:28] Report message to a moderator
|
|
|
|
|
|
Re: deleting the flashback recovery area and the files [message #376030 is a reply to message #376028] |
Mon, 15 December 2008 13:40 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
>>because it involves a backup of the database?
That is what i said before.
If you do not care/afford to backup the database, there is no point in having the database in archived log mode, let the database generate archives and continue to deal with space issue with generated archives and maintaining it.
Long story short, turn off the archiving.
[Updated on: Mon, 15 December 2008 13:40] Report message to a moderator
|
|
|
Re: deleting the flashback recovery area and the files [message #376034 is a reply to message #376030] |
Mon, 15 December 2008 13:44 |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
Yes, I am turning it off tomorrow, but after that what command to use to delete those files in the flashback area? the command which you suggested involves backup of database for which there is no space.
backup database plus archivelog delete input
so after I turn it to noarchivelog mode, which rman command i should use (which doesn't involve any backup) to delete all those files in flashback area?
Thanks
Nirav
|
|
|
|