RMAN
RMAN
RMAN
This article provides a quick introduction on how to duplicate a database using the
RMAN DUPLICATE DATABASE command on the UNIX / Linux operating
environment. For this demonstration, we will create a duplicate target database using
RMAN's DUPLICATE DATABASE command to the same host (localhost) of the target
database.
Pre-requisites
Steps Required
Example:
C:>oradim –new –sid dupgrid -intpwd sys123 –maxusers 10 –startmode auto –pfile
e:\oracle\admin\dupgrid\pfile\init.ora.
C:>set oracle_sid=dupgrid
C:>sqlplus/nolog
C:>set oracle_sid=grid
C:>sqlplus/nolog
SQL>conn sys as sysdba
SQL>startup
7. Make sure you Have the Necessary Backups and Archived Redo Log Files.
C:>rman
Rman> run {
allocate auxiliary channel ch1 type disk;