Log in as the oracle user. and do the following:

. /usr/local/bin/oraenv
xe

then try this:

sqlplus '/as sysdba'

select instance_name, host_name, status from v$instance;

and you will have your answer.