DESCRIPTION
    This operation invokes re-link on remote nodes. Make commands are 
    stored under ORACLE_HOME/.patch_storage/<ID>/rac/make_cmds.txt.

SYNTAX
opatch util RunRemoteMake     [-invPtrLoc <Path to oraInst.loc> ]
                              [-jre <LOC> ]
                              [-oh <ORACLE_HOME> ]
                              [-property_file <Path to property file>]
                              [-ps <patch ID with time stamp>, this will 
                              be located under ORACLE_HOME/.patch_storage/]
                              [-remote_nodes <List of remote nodes
                                (node1,node2)>]

OPTIONS

        -invPtrLoc 
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.
              
        -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. 
        
        -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.
              
        -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch.
              
        -ps  
              This option is used to specify the Patch ID with timestamp.
              A directory by this name will be present under 
              ORACLE_HOME/.patch_storage. The make_cmds.txt file present
              under ORACLE_HOME/.patch_storage/<Patch ID with timestamp>/rac
              will be used to perform the make operation on remote nodes.
              
        -remote_nodes
              This option can be used to specify to OPatch the list
              of remote nodes to be used for RAC mode application of 
              the patch. The node names are comma separated and
              without spaces.
