Re: RMAN delete obsolete

  • From: Yechiel Adar <adar666@xxxxxxxxxxxx>
  • Date: Sun, 17 Jan 2010 08:49:47 +0200

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.

--
//www.freelists.org/webpage/oracle-l


Other related posts: