Hi Sunil,
SQL> recover database using backup controlfile;
ORA-00279: change 335225391 generated at 05/15/2016 07:57:39 needed for thread
1
ORA-00289: suggestion : /oracle/PDR/oraarch/PDRarch1_1_911894250.dbf
ORA-00280: change 335225391 for thread 1 is in sequence #1
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
(HERE PROVIDE THE PATH FOR FILE PDRarch1_1_911894250.dbf)
I can see its working when you hit recover database using backup controlfile until cancel; system is asking you for archive log suggestion : /oracle/PDR/oraarch/PDRarch1_1_911894250.dbf
do you have this file at this location?? if yes provide the path like I mention d:/oracle/PDR/oraarch/PDRarch1_1_911894250.dbf then it will ask for more archive if needed keep providing path once all archive log provided type cancel and then hit alter database open;
Thanks
Tabrayz