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: Delete all files in user_dump_dest

Re: Delete all files in user_dump_dest

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Thu, 27 Jul 2006 12:56:09 GMT
Message-Id: <pan.2006.07.27.12.56.09.135771@sbcglobal.net>


On Tue, 25 Jul 2006 07:01:24 -0700, ericlaiys wrote:

> i'm running out of space on my current hard disk. can i delete all the
> user dump process which resides in the user_dump_dest ? Will i give the
> problem / error later on?
>
> Or what other alternative way of free hard disk space for Oracle
> running in Red Hat?

find $ORACLE_BASE/admin/$ORACLE_SID -name "*.trc" -mtime +7 -exec rm -f {} \;

-- 
http://www.mgogala.com
Received on Thu Jul 27 2006 - 07:56:09 CDT

Original text of this message

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