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: [10g] cleaning up disks

Re: [10g] cleaning up disks

From: Mladen Gogala <mgogala.SPAM_ME.NOT_at_verizon.net>
Date: Sun, 28 Jan 2007 01:31:41 GMT
Message-ID: <12Tuh.17477$Mx4.10207@trndny07>


On Sat, 27 Jan 2007 15:24:52 +0100, Helmut Schneider wrote:

> Hi,
>
> Silently my disks fill up with archive logs, flash back pieces, backup
> increments and so on.
> Could someone please point me to a good FAQ (tahiti.oracle.com isn't) how to
> cope with that files, which one can be deleted after what time? Can I create
> a cleanup job within oracle (e.g. with OEM)?
>
> Thanks, Helmut

find $ORACLE_HOME -user oracle -mtime +3 -type f \( -name "*.trc" -o -name "*.log" -o -name "*.lis" -o -name afiedt.buf \) -print |xargs rm -f

-- 
http://www.mladen-gogala.com
Received on Sat Jan 27 2007 - 19:31:41 CST

Original text of this message

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