Originally posted by Calvin_Qiu


configure retention policy to recovery window of 30 days;

How can I do this ? Any docs online ??

Thanks.

BTW, I found out the following...for archivelog maintenance.

Code:
list backupset of archivelog all;
 
allowcate channel for delete type disk;
change backupset (id_from_list) delete;
[Edited by ggnanaraj on 10-16-2002 at 04:42 AM]