oracle, November 19, 2015 - 8:26 am UTC
Thanks for reply.
I want to restore production rman backup to newly created instance with different server for that Need not to create any user tablespaces and all ?
Only scp that backup files from production to new restoration server and start with catalog and restore it
Will create all productinon users tablespaces and all ?
Thanks
November 19, 2015 - 12:13 pm UTC
That is correct yes. As long as you can start an empty *instance* (ie, a parameter file and the directories where the datafiles will be restored to are present), RMAN should take care of the rest (with set newname etc).
You can also use the backup within a DUPLICATE command.
Hope this helps.
A reader, November 19, 2015 - 5:37 pm UTC
Means need not to create any user tablespaces and all but at the time of restoration I gives an error tablespaces not there then II create same tablespaces users then try to restore the backup with set new name...
Thats why I need to ask before rman backup restore user tablespaces need to create or need I m not using duplicate commad I have rman backup pieces to restore.
Thanks
November 20, 2015 - 2:23 am UTC
Sorry, I have no idea what those sentences are trying to convey.
oracle, November 20, 2015 - 4:12 am UTC
I have a new rman full backup with archivelog backup pieces to restore on different server on that activity what i do
-->I create a new instance
-->Create same tablespace and users then
-->restore the control file then
-->mount and catalog the new pieces and restore and recovery to give set until sequence no. then It happen Thats why i am asking that was wrong way for this to create a tablespace and users before to restore the rman backup on different instance.
Thanks