you can recover database using RMAN
tool.
your database should in archieve mode.
command;
first open the database.
after that make RMAN connnection.
type
RMAN>shutdown immediate
RMAN>startup mount
RMAN>backup database;
RMAN>sql ?alter database open?;
it is RMAN offline backup;