DESCRIPTION
    This operation installs and enables the specified Online patch on the
    given Database Instances. 

    NOTE: Provide -id option only when online patches to be enabled are 
    installed in the Oracle Home and inventory is not corrupt.


SYNTAX
opatch util enableOnlinePatch [-connectString  <List of connect strings>]
                     [-id <Comma separated list of patch IDs>]
                     [-invPtrLoc <Path to oraInst.loc> ]
                     [-jre <LOC> ]
                     [-oh <ORACLE_HOME> ]
                     [-ph <Patch location>]
                     [-phBaseDir <Path to the dir containing all patches>]
                     [-phBaseFile <Path to the file containing the
                        location of the patches to be applied>]
                     [-property_file <Path to property file>]

OPTIONS

       -connectString
              This option can be used to specify the list of database
              instances on which the patch needs to be enabled. The
              value for this option is specified as per the following
              syntax "SID:User:Passwd:Node". The SID is a must, others
              can be ignored, OPatch takes default values for it.
              Ex: oracle:dba:dba:mymachine,oracle1:::
              NOTE: If the system is not part of RAC setup, then to
              patch just the local node, provide the node name as
              empty string.

       -id
              Use 'lsinventory' option to display all patch id's.
              Each one-off patch is indicated by its id. To enable
              a patch the id for that patch must be supplied. A comma
              separated list of patches to be enabled back must be given.

       -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.
              
       -ph
              Specify the valid online patch directory area. This utility will
              enable the given patch in the database instances. To check if 
	      the patch is online patch, Please use 'opatch query <patch_loc> 
	      -is_online_patch'.
              Note: This option should be used if and only if Oracle Home's 
                    inventory is corrupted.

      -phBaseDir
              Used to specify a directory containing patch directories (or)
              zip files.
              Note: The directory should contain only non-duplicate patches
                    in zipped or unzipped format.
                    This option should be used if and only if Oracle Home's
                    inventory is corrupted.
               
      -phBaseFile
              Used to specify a file which contains patch locations delimited
              by new line.
              Note: This option should be used if and only if Oracle Home's
                    inventory is corrupted.
 
      -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. 
