some queries regarding Recover Database using backup controlfile....
hi,
Assumming I have a db in archivelog mode with auto archiving...and i hv taken :
a)'alter database backup controlfile to ' controlfile binary backup AND
b)'alter database backup controlfile to trace' keep that recreate controlfile tracefile
...after that i have some transactions in the db, at this point if I've lost all controlfiles (including mulitplexing controlfiles) but all other oracle files are intact, how should i recover my database until point of failure?
1)should i restore my backup binary controlfile to the original controlfile location AND 'Startup Mount' then run a 'Recover automatic database until cancel' OR
2)'Startup Nomount' then run a trace file to recreate the controlfile
and then 'recover auto database until cancel' and then 'alter database open resetlogs' ??
Will I LOOSE any data that is still inside online redo logs??
any input will be appreciated.
thanks.