Restore from standby backup to standalone db
Hi - would appreciate any help
as above I’m doing a restore database from a physical standby backup to a standalone db on 11.1
I think I need to do
restore PRIMARY controlfile from ‘<file - which one?>’
what I am not sure of is whether I need to put in the standby control file or the control file from the back up or whether it matters.
previous scenarios I’ve done are
pimary -> standalone. Restore control file from ‘<control file from back up>’
standby -> cascaded standby Restore STANDBY control file from ‘<STANDBY control file from backup>’
i think in my scenario the command needs to be PRIMARY the bit I’m unsure about is which one to supply when the back up comes from a standby.