/* I have already backup control file to trace */
SQL> ALTER DATABASE BACKUP CONTROLFILE TO trace;
/* modify and run your trace file and your control file is up to date */
SQL> STARTUP MOUNT;
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE;
SQL> ALTER DATABASE OPEN;
Up the database