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!

deleting oracle 8i rman backupset

518541Feb 4 2007 — edited Feb 6 2007
on oracle 9i, we can use:
-----------------------------------------------------------------------------------------------------------
allocate channel for maintenance type 'sbt_tape' parms
'ENV=(tdpo_optfile=/opt/tivoli/tsm/client/oracle/bin/tdpo.opt)';
delete noprompt backup of database completed before 'sysdate-7'
release channel;
----------------------------------------------------------------------------------------------------------
in RMAN to delete backupset that's over 7 days.

how do i do the same thing in RMAN for Oracle 8i ?
I have been searching through the web and looking at documentations for hours and
still can't get an appropriate solution.

thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2007
Added on Feb 4 2007
5 comments
2,979 views