other way round

1. alter database backup controlfile to trace.
2. shutdown immediate or normal.
3. edit the create controlfile control file sript
4. startup nomount
5. recreate the control files.
6. alter database open noresetlogs
7. alter tablespace temp add tempfile 'absolute path' size 500M;

HTH