This manual describes an overview of ‘RMAN (Recovery Manager) commands’ to make a backup and restore of a complete or partitial Oracle Database. A backup and restore of Read more
0
This manual describes an overview of ‘RMAN (Recovery Manager) commands’ to make a backup and restore of a complete or partitial Oracle Database. A backup and restore of Read more
This manual describes a method for a ‘RMAN Restore and Recover a Oracle Database using a Catalog Server’. Prereq Installation of Oracle Enterprise Linux or other. Read more
This manual describes the steps that are necessary to restore a RMAN backup to another server. The RMAN backup that is stored on disk.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
oracle> rman target / RMAN> startup nomount force; RMAN> restore spfile from '/u02/oradata/rman/c-1579753020-20140227-00'; Starting restore at 28-FEB-14 using target database control file instead of recovery catalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: SID=63 device type=DISKchannel ORA_DISK_1: restoring spfile from AUTOBACKUP /u02/oradata/rman/c-1579753020-20140227-00 channel ORA_DISK_1: SPFILE restore from AUTOBACKUP complete Finished restore at 28-FEB-14 RMAN> exit; oracle> sqlplus / as sysdba <span style="background-color: #cce4f5;">SQL> create pfile from spfile;</span> |
Now Read more