rman delete archivelog until time > 2hrs
guys,
I want to use this inside rman.
rman{
RUN{
ALLOCATE CHANNEL ch01 TYPE DISK FORMAT 'blah lah';
BACKUP
ARCHIVELOG ALL
DELETE archivelog until time "older than 2 hrs ago" backed up 1 times to device type sbt; ;
RELEASE CHANNEL ch01;
}
how do i translate this "older than 2 hrs ago" to RMAN language
Edited by: user2579172 on Mar 29, 2010 1:19 PM