how to resolve RMAN-06189 and open database after restore?
HI!
please help me to get out of the situation
I have rman backup taken and copied to new server filesystem
and i have new 2 node rac installation
11.2.0.3 oracle on red hat 6.5 linux
the goal is to restore databese from a file system to new rac installation.
what i did:
1) in order to have database instance introduced on both servers and create all the folders i created new database using dbca (probably this was a mistake)
2) i deleted all datafiles in ASM
3) exported ORACLE_SID to my instance
4) rman target /
5) RMAN> set dbid=backupdbid
6) RMAN> startup nomount
7) RMAN> srestore controlfile from 'path/to/my/file'