Assuming control file available.
Login to database server
Set oracle enviornment
startup database in mount mode
connect to database using RMAN to start the restore process
rman target / nocatalog
Step 1
Restore Database
Step 2
recover database until time '2005-04-05 20:20:25' using backup controlfile;
Step 3
alter database open database resetlogs;