Run
Code:
recover database until cancel using backup controlfile;
in the mount status and then type the name of the current redolog. Then open the database with resetlogs:
Code:
alter database open resetlogs;
This should work.