deleting oracle 8i rman backupset
518541Feb 4 2007 — edited Feb 6 2007on 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.