Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: deleting archived logfiles...
RMAN>run {
allocate channel ...;
backup archivelog all delete input;
}
If you don't care to archive the log,
RMAN>change archivelog all delete;
Jining Han Received on Fri Jan 28 2005 - 17:18:34 CST