Re: RMAN delete obsolete

From: Yechiel Adar <adar666_at_inter.net.il>
Date: Sun, 17 Jan 2010 08:49:47 +0200
Message-id: <4B52B30B.4040400_at_inter.net.il>



There is a utility called robocopy.
open a new directory and do:

robocopy *.arc temp_dir\ /MOV /MINAGE:15 ==> MOV tell it to move file and MINAGE tell it to move files older then 15 days. cd temp_dir
del . /Q ==> /Q quite mode. do not ask for confirmation to delete files.

Adar Yechiel
Rechovot, Israel

Roger Xu wrote:
> Does anyone know how to delete files older than 14 days in DOS
> without installing any other 3rd party utility? Thanks.
>

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Jan 17 2010 - 00:49:47 CST

Original text of this message