Restart Oracle Linux: Step-by-Step Guide
You can restart Oracle database in Linux by using the following command:
- Log in to the Linux system as the root user.
- Open the terminal or command line window.
- To shut down the database as the system administrator, use the following commands:
sqlplus / as sysdba
shutdown immediate
exit - Connect as a sysdba using SQLPlus, start the database, then exit.
- – 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