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: How to delet archive log file

Re: How to delet archive log file

From: Eric Menzel <oracle8_at_firemail.de>
Date: 30 Jul 2002 05:55:42 -0700
Message-ID: <58d6a85c.0207300455.66a42a52@posting.google.com>


irfan> find /directory_of_logs -ctime +3 -print -exec rm -r {} \;

AFAIR the original poster wrote something about archive log files on a raw device, hence OS commands won't work here.

Regards,

Eric Received on Tue Jul 30 2002 - 07:55:42 CDT

Original text of this message

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