Restart Oracle Linux: Step-by-Step Guide

You can restart Oracle database in Linux by using the following command:

  1. Log in to the Linux system as the root user.
  2. Open the terminal or command line window.
  3. To shut down the database as the system administrator, use the following commands:
    sqlplus / as sysdba
    shutdown immediate
    exit
  4. Connect as a sysdba using SQLPlus, start the database, then exit.
  5. – Connect to the database as a sysdba user using sqlplus
    – Start the database without mounting it
    – Mount the database
    – Open the database
    – Exit the sqlplus session
bannerAds