Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman delete archivelog until time > 2hrs

OracleTreeMar 29 2010 — edited Aug 16 2010
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
This post has been answered by 367117 on Mar 29 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2010
Added on Mar 29 2010
13 comments
66,836 views