Hi Team,
I am doing RMAN cloning of the database and while restoring from the backup sets getting the below error.
Please let me know the correct step to clone the database with different database name using backup sets.
----------------------------------------
RMAN> run
{
DUPLICATE TARGET DATABASE TO SUPT
backup location '/oraclebkp/PROD/DB';
}
Starting Duplicate Db at 20-JUN-13
using channel ORA_AUX_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 06/20/2013 16:38:47
RMAN-05501: aborting duplication of target database
RMAN-05520: database name mismatch, auxiliary instance has PROD, command specified SUPT
------------------------------------------------