2 Spfiles during restoration through RMAN on a different server
Posted by Cyborg on Jul 13, 2018; 7:41am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/2-Spfiles-during-restoration-through-RMAN-on-a-different-server-tp6395.html
Hi,
I have restored the spfile using the command:
RMAN> restore spfile from '..../___.bkp'
Now I have 2 spfiles (one from the already created db and the other that is restored) in .../dbs directory.
If i run the command:
create pfile from spfile;
i want it to take the spfile that was restored from the backup. What is the right way to do this?
Regards