Please provide also the output of
lsnrctl services
and the output of the query
SELECT i.INSTANCE_NAME AS SID, s.NAME AS SERVICE_NAME FROM V$INSTANCE i JOIN V$SERVICES s ON s.INST_ID = i.INSTANCE_NUMBER;