4 ETW000 [ dev trc,00000] OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR 14410 0.166761
4 ETW000 [ dev trc,00000] OCISessionBegin(OCI_DEFAULT) failed with SQL error 1033: 389 0.167150
4 ETW000 [ dev trc,00000] ORA-01033: ORACLE initialization or shutdown in progress
Now the error is not related to the listener.
su - orasid
sqlplus "/as sysdba"
select name, open_mode from v$database;
If the database is down then start the database.
Regards
RB