Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Remove archive log files in a production system

Re: Remove archive log files in a production system

From: Urko Benito <ubenito_at_masterd.es>
Date: Thu, 20 Oct 2005 16:55:24 +0200
Message-ID: <jink23xoje.ln2@izas.masterd.es>


gazzag wrote:

>You only need the archives that have been generated since your last
>full backup.
>
>Also, you're better off using the Unix "find" command to delete files
>over a certain age.
>
>e.g.
>
>cd <archive_dir>
>find . -name *.arc -type f -ctime +3 -exec rm {} \;
>
>This will delete files over three days old.
>
>HTH
>
>
>

Thanks every body

we shall implement a simple script that do it

Thanks!

-- 
 »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
 Urko Benito Mateo		| Ctra. de Madrid, N-IIa, Km. 314,8
 Master-D			| Tlf: (+34) 976-76.41.00  Ext: 4429
 Tecnologías de la Información	| Fax: (+34) 976-76.41.10
Received on Thu Oct 20 2005 - 09:55:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US