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: cleaning up disks

Re: cleaning up disks

From: Niall Litchfield <niall.litchfield_at_gmail.com>
Date: 29 Jan 2007 02:45:38 -0800
Message-ID: <1170067538.586255.257300@s48g2000cws.googlegroups.com>


On Jan 28, 1:31 am, Mladen Gogala <mgogala.SPAM_ME...._at_verizon.net> wrote:

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

Two comments.

  1. How big exactly does afiedt.buf get?
  2. Sometimes redo logs get the .log extension and sometimes they exist under $ORACLE_HOME :(

Niall Received on Mon Jan 29 2007 - 04:45:38 CST

Original text of this message

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