Restore Oracle 11g Database from RMAN Backup (Full and Archive Logs Backup)
◎ Backed Up Data Environment:
Restore Oracle 11g Database from RMAN Backup (Full and Archive Logs Backup)
◎ Backed Up Data Environment:
Using RMAN to Restore A Dropped Tablespace without Resetlogs (11gR2)
##############################################
There are two SYS Packages Used by RMAN while performing the backup:
1. SYS.dbms_backup_restore
à used to create system calls to backup datafiles, control files and archived redo logs
RMAN Encrypted Backups Practice (Oracle 11g):
export ORACLE_SID=TESTDB
Clone RAC Database to a None-RAC DB From RMAN Backup Without Connect to the Source DB (Oracle11gR2)
Alert Log:
************************************************************************
You have following choices to free up space from flash recovery area:
Restore Database Using RMAN:
Prerequisite:
a. controlfile copied to the db controlfile path
-- Without Recovery Catalog
SQL> select 'set newname for datafile '||file_id||' to '''||replace(file_name,'SRCDB','NEWDB')||''';' from dba_data_files; --> 取得新DB datafile的各個路徑
set oracle_sid=NEWDB