If you dont have any backup then you can just mimic the recovery process something like this

SQL> startup mount;
SQL> recover database;
SQL> alter database open resetlogs;

After that shutdown the db and take a cold backup and the restart the db in normal fashion.

Hope this helps.