Dear all,
I need to restore control files. During the process,
RMAN> run
2> {
3> restore controlfile from autobackup;
4> }
Starting restore at 04-DEC-12
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=541 devtype=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/04/2012 15:12:24
RMAN-06495: must explicitly specify DBID with SET DBID command
Am unable to find DBID since the DB is in nomount stage. all the links and docs are referring to find DBID in mount stage. Please advise