Start and Stop Oracle in Linux: Guide

In Linux, you can start and stop the Oracle database using the following methods:

Start the Oracle database.

  1. Log in to the system as the root user.
  2. Open the terminal window.
  3. Switch to the bin directory of the Oracle software installation directory, for example: cd /u01/app/oracle/product/12.1.0/dbhome_1/bin
  4. Execute the command: ./dbstart.

Shut down the Oracle database.

  1. Log in to the system as the root user.
  2. Open the terminal window.
  3. Navigate to the bin directory in the Oracle software installation directory, for example: cd /u01/app/oracle/product/12.1.0/dbhome_1/bin
  4. Execute the command: ./dbshut

It is important to note that starting and stopping the Oracle database requires appropriate permissions, so it is recommended to log in to the system as the root user to perform these operations. In addition, the installation directory and version of the Oracle database may vary, so please adjust accordingly based on your specific situation.

bannerAds