Stopping the Oracle service manually

  1. Stop the Oracle database.

    cd $ORACLE_HOME/bin
    ./sqlplus sys/iMC123 as sysdba
    SQL>shutdown immediate
    SQL>exit
    
  2. Stop the listener control utility.

    cd $ORACLE_HOME/bin
    ./lsnrctl stop