Show TOC

Syntax documentationasm_ora_home Locate this document in the navigation structure

This parameter specifies the Oracle home of an ASM instance.

Syntax Syntax

  1. asm_ora_home = <asm_home> | (<db_inst1>:<asm_home1>,
  2. <db_inst2>:<asm_home2>, <db_inst3>:<asm_home3>, ...)
End of the code.

Default value: none

Example Example

  • Single instance:

    asm_ora_home = /oracle/GRID/11202

  • RAC database:

    asm_ora_home = (RAC001:/oracle/GRID/11202, RAC002:/oracle/GRID/11202,

    RAC003:/oracle/GRID/11202, RAC004:/oracle/GRID/11202)

End of the example.