Hi, all,
I need to get the DBID of a database for a restore, here is what happened.
The below was executed by an idiot!
shutdown abort;
startup mount exclusive restrict;
drop database;
exit
... for testing purposes so he said...
Luckily for me, i had RMAN backup running but unfortunately the backups are on the same machine so now i can't seem to find the DBID anywhere. The naming convention for the autobackup controlfile is by OMF so no DBID there and to need to perform a restore.
Any help please?