Re: Looking for a Procedure to Delete Archive Logs

From: francot <f.noreply_at_meglo.com>
Date: Fri, 7 Dec 2001 12:24:30 +0100
Message-ID: <9uq8sv$sbn$1_at_atlantis.cu.mi.it>


"Doug Fleming" <douglas.fleming_at_fiserv.com> ha scritto nel messaggio news:1d4d86e5.0112061232.7cdbcd3a_at_posting.google.com...
> I am looking for a procedure to delete archive logs automatically for
Oracle 8I.

 unix system :

/usr/bin/find /oradata/arch -name 'arch*.*' -mtime +6 -exec /usr/bin/rm {} \;>> /dev/null 2>&1

Add ( to Cron) this commanl line for delete archive logs file older than 6 days Received on Fri Dec 07 2001 - 12:24:30 CET

Original text of this message