from the cmd prompt

set ORACLE_SID=yoursid
sqlplus /nolog
connect sys/change_on_install
startup;

does it start?