Mount the database and recover system datafile.

SQL> alter database recover datafile 1;

As Dave said, if there is any mess-up with redo log files then you will screwed else you will be fine.

Thanks,