Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to Keep latest backupset on disk and tape, but delete older backupset from disk?
dax.desai_at_gmail.com wrote:
> I want to do the below scenario:
>
> Backup my Oracle 9i db to disk.
> Backup the backupsets from disk to tape.
> Delete any older backupsets from disk.
>
> I should have the latest backupset on disk at any given time according
> to this routine. What is the method to achieve this?
>
Combo of tape backup software and RMAN; use RMAN to create the Oracle backup, use the tape backup software to backup your backups to tape, use RMAN to do the housekeeping. (delete noprompt obsolete, with retention is set to 1, delete noprompt expired backup, delete ...)
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Wed Mar 01 2006 - 14:52:40 CST
![]() |
![]() |