Oracle Database startup and shutdown Options
Database startup Normally database startup and shutdown required sysdba privileges. Database can be started using the below steps Start SQL Plus without connecting to the database Sqlplus /nolog Connect to Oracle Database as SYSDBA: sqlplus / as sysdba SQL> startup Database startup is staring up the instance including various modes Nomunt the database Mount the database Open the database Nomount Stage: Nomount stage instance will be start It will be read the all oracle parameter files like (spfile,pfile) It will start the memory(SGA) area and background process. Startup nomount stage mainly using for database creation,Cloning and DB recovery operations. Example: SQL>startup nomount SQL> startup nomount pfile='/<path>/init<SID>.ora'; Mount Stage: Mount stage is only allow for DBA activities does not allow the general access of database. It will be checks the controlfiles spe