Clone Database from Backup on Windows Server
Hello,
because we have a loss of data, we want to create an database clone from the backup whitch is containing the lost information.
The database is full backuped each night with rman on the filesystem.
Here are my steps :
I've copied the pfile and changed the name and change the contend
I've created an passwordfile
With :
oradim -NEW -SID lesabak -STARTMODE auto -PFILE C:\ORACLE\PRODUCT\12.1.0\DBHOME_1\DATABASE\INITlesabak.ORA
I create the Windows service.
The I set the enviroment and started the instance in nomount :
set ORACLE_SID=lesabak
sqlplus / as sysdba
startup nomount
I started rman auxilliary :