Dupicate the database using backup pices on same server
customer requirement is refresh the schma of 22nd July 2012
I have following backups
21st full backup (Level 0) hot
22nd incremental (Level 1) hot
I am planing to create a dummy database using 21st backup and apply archives of 22nd then i will export and import schma from dummy database to production database
Now my question is : I am planing to create a dummy database using rman duplicate prod to dummy on same server using backup pices (with out conncting to production database)
Can any one suggest me is this posible if yes how to do that