🍍Fix Oracle Service handle not Initialized
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't existConfiguration
ps -ef | grep $ORACLE_SIDps -ef | grep $ORACLE_SID | grep -v grep | awk '{print $2}' | xargs -i kill -9 {}lsnrctl reload LISTENERsqlplus / as sysdbastartupLast updated