Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RMAN backupset on disk and tape

RMAN backupset on disk and tape

From: Juan Miranda <j.miranda_at_sermatica.es>
Date: Wed, 24 Oct 2007 13:06:58 +0200
Message-Id: <20071024110308.2C5134289F6@smtp-03.servidoresdns.net>


Hi All    

I made a 9i RMAN backup (using controlfile, not catalog) an put the backupieces on disk:  

    rman target / nocatalog
    run {

       set controlfile autobackup format for device type disk to
'/backup/controlfile_%F';

       allocate channel c1 device type disk format
'/backup/backup_%d_S_%s_P_%p_T_%t';

       BACKUP DATABASE PLUS ARCHIVELOG;
       release channel c1;

    }       

Then I backup these backupieces to tape as simple files and made a "delete noprompt force obsolete;"
to delete old backupieces from disk.  

What happens if I wish to recover one of these deleted-from-disk backupieces ?
In 9i it seems you canīt catalog backupieces.    

thanks!  

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 24 2007 - 06:06:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US