check select * from v$log from svrmgrl.exe if you sequence# is greater or at 65535
then LGWR is died.
you should issue the following commands,

shutdown abort
startup
>>>it would tell you instance was'nt started
startup mount
recover database until cancel;
alter database open resetlogs;


REM Resetlogs is very important in this case.


Hope this helps