rman del archivelogs [message #309925] |
Sat, 29 March 2008 18:50 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
lioracle
Messages: 68 Registered: February 2008 Location: Israel
|
Member |
|
|
hello i have scripts rman
run {
backup current controlfile format '/rman/cntrl$DATE_FORMAT';
backup database plus archivelog format '/rman/$DATE_FORMAT.bck';
delete noprompt obsolete;}
its works
but i want to if rman succed it will delete the archive
from my disk.
can i?
thanks
|
|
|
Re: rman del archivelogs [message #309927 is a reply to message #309925] |
Sat, 29 March 2008 19:35 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/85219.jpg) |
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
Only if you include DELETE [ALL] INPUT with your BACKUP DATABASE command.
If you have a FRA configured, then RMAN will delete old archivelogs to satisfy the disk quota rules if they are no longer needed to meet the retention policy and/or have already been backed up to tape.
[Updated on: Sat, 29 March 2008 19:36] Report message to a moderator
|
|
|