Start Oracle Database in Mount Mode

1. If your database is in open mode (running), you may need to shutdown it first.

SQL> shutdown immediate;

2. Once down, please use below command to bring the Oracle database to mount mode.

SQL> startup mount;

You May Also Like

Leave a Reply?