FORCE Issues SHUTDOWN ABORT to ASM instance before restarting - Oracle Control Files

Q.  The SQL*Plus STARTUP command parameters are interpreted by ASM. Which parameter Issues a SHUTDOWN ABORT to the ASM instance before restarting it?
- Published on 04 Aug 15

a. MOUNT
b. NOMOUNT
c. FORCE
d. MOUNT, OPEN

ANSWER: FORCE
 

    Discussion

  • Nirja Shah   -Posted on 28 Aug 15
    - ASM instances are started similarly to Oracle database instances with some minor differences.

    - The SQL*Plus STARTUP command parameters are interpreted by ASM as follows:

    - FORCE - Issues a SHUTDOWN ABORT to the ASM instance before restarting it.

    - MOUNT, OPEN - Mounts the disk groups specified in the ASM_DISKGROUPS initialization parameter. This is the default if no command parameter is specified.

    - NOMOUNT - Starts up the ASM instance without mounting any disk groups.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)