how to delete rman backups [message #128963] |
Thu, 21 July 2005 07:03 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
dnvs_praveen
Messages: 47 Registered: July 2005 Location: bangalore
|
Member |
![dnvs_praveen%40yahoo.com](/forum/theme/orafaq/images/yahoo.png)
|
|
I took full database backup on 19th by using rman.
and i took full database backup on 20th by using rman.
now 19th rman backup is not useful for me and i want to delete them. what is the procedure to delete rman based backups?
Praveen
|
|
|
|
Re: how to delete rman backups [message #130564 is a reply to message #128963] |
Mon, 01 August 2005 02:18 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
shettyshetty
Messages: 18 Registered: June 2005 Location: Malaysia
|
Junior Member |
|
|
Praveen,
You need to set the retention policy to one & then delete the obsolete backups.
After connecting to Catalog & Target database
RMAN>configure retention policy to redundancy 1;
RMAN>report obsolete;
RMAN>Delete obsolete;
-Sunil
|
|
|