what OS you are using? Win2000?
if yes, then how do you create DB? using SQL command: create database.....?
You can connect sqlplus?
try this:
1) open CMD, type "set ORACLE_SID=<your_SID>", then enter.
2) start sqlpus, sqlplus /nolog
3) connect / as sysdba;
4) create database...