Top
PRIMECLUSTER Wizard for Oracle (PRIMEQUEST) 4.3 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

Oracle instance Shutdown

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