Login  Register

Re: RMAN restore

Posted by ErmanArslansOracleBlog on Nov 18, 2016; 12:31pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-restore-tp1563p1574.html

Did you recreate controlfile?

(you need to recreate your controlfile using controltrc.trc file that you have prepared)

That file controltrc.trc (script) is not prepared appropriately. There are 2 cases, noresetlogs or resetlogs.
In this case, you need to create controlfile with noresetlog option, so there should be only the noresetlogs case in your script. Delete everything below the following line and recreate your controlfile;

--     Set #2. RESETLOGS case

Please first learn how to recreate controlfile and then do these things. There are critical activities, so you need to know what you are doing.