Clone Database Using RMAN 0 Level Backup 19c
Clone Database Using RMAN 0 Level Backup 19c
I n this section we are going to clone database using RMAN ZERO level backup. To create clone database
using RMAN backup on target database, we need database software installed on target database.
Deployment Diagram:
Database Details
allocated channel: c1
allocated channel: c2
channel c2: SID=108 device type=DISK
piece handle=/u01/app/oracle/product/19.0.0.0/db_1/dbs/c-2210260888-20210902-01
comment=NONE
piece handle=/u01/app/oracle/product/19.0.0.0/db_1/dbs/c-2210260888-20210902-02
comment=NONE
released channel: c1
released channel: c2
RMAN>
Step-2 Create same backup location on target database server and transfer all backup file to same
location
On Target Side
Step-3 Restore spfile from Backup and create pfile from spfile (Target Side)
INFORMATION: Here we started database in nomount using dummy parameter file, means you can
start database in mount mode without spfile/pfile.
RMAN>
Step-4 Create structure on target database same as source database using pfile
[oracle@node1 backup]$
[oracle@node1 backup]$
Step-5 restore control file and database using RMAN (on target database)
Statement processed
Step-6 Validation