Top
PRIMECLUSTER Wizard for Oracle 4.5 Configuration and Administration Guide
FUJITSU Software

3.1.1 Oracle resources Startup and Shutdown

Oracle instance Startup

Startup procedure of an Oracle instance is as follows:

  1. su - <Oracle user>

  2. sqlplus /nolog

  3. connect / as sysdba

  4. startup nomount or startup mount

  5. alter database mount; (if "startup nomount" was executed at step "4")

  6. alter database open;

  7. alter pluggable database all open (if UsePDB of Oracle instance resource is set to yes.)

    In the Oracle Data Guard/Oracle Active Data Guard environment, when the CDB started to the OPEN state, which is able to start the PDBs, this command is executed. For details, see "Starting and Stopping CDB and PDB" in "F.1 Feature Outline".

Oracle instance Shutdown

Even if UsePDB of Oracle instance resource is set to yes, PDBs is not stopped. PDBs stops by stopping the CDB.

Listener Startup

Startup procedure of a Listener is as follows:

  1. su - <Oracle user>

  2. lsnrctl start <ListenerName>

  3. Makes sure that a Listener process does exist.

Listener Shutdown

Shutdown procedure of a Listener is as follows:

  1. su - <Oracle user>

  2. lsnrctl stop <ListenerName>

  3. Makes sure that a Listener process does not exist.

  4. If Listener is not stopped at step "3", shut it down forcibly by sending SIGKILL to the background process.

Oracle ASM instance Startup

Startup procedure of an Oracle ASM instance is as follows:

Oracle ASM instance Shutdown