DESCRIPTION
    This operation invokes the chosen utilities on an ORACLE_HOME.
    This command doesn't support System Patch.

SYNTAX
opatch util [ -help ] [ COMMAND ]

Use opatch util [ COMMAND ] -help to get help on a particular command.

COMMANDS
        ApplySql
              Apply sql, sql procedure related actions for patches, which
              are already applied using Apply or NApply operation.
  
        CheckMinimumOpatchVersion
              Check if patch is compatible with the given user input version.
  
        CheckComponents
	      Check if the given patch is suitable for the Oracle Homes
              registered in the central inventory by components check

	CheckMemory
              Return the required memory for the specified online patch(es)
    
        Cleanup
              Remove the backup for restore area of the given patch
              or for all the patches.

        CopyListedDirs
             Recursively copy all directories listed in 
             ORACLE_HOME/.patch_storage/<ID>/rac/copy_dirs.txt 
             to remote nodes.

        CopyListedDirsTest
             Recursively copy a single directory to remote nodes.

        CopyListedFiles
              Copy all files listed in 
              ORACLE_HOME/.patch_storage/<ID>/rac/copy_files.txt 
              to remote nodes.

        CopyListedFilesTest
             Copy a single file to remote nodes.

        DeleteInactivePatches
	     Delete inactive patches from ORACLE_HOME

        DisableOnlinePatch
             Disable and remove the specified online patch(es)
             on the given database instances.

        EnableOnlinePatch
             Install and enable the specified online patch(es)
             on the given database instances.

        GetPatchLevel
             Return the patching level on Local Grid Home.

        InstallOCM
             Install and configure OCM.

	ListOrderedInactivePatches
	     List inactive patches and it's overlays
	     present in ORACLE_HOME

        LoadXML
             Prompt for path/name of the XML file, then check if the
             XML is correct.

        Obfuscate
             Obfuscate the backed up files under ORACLE_HOME/.patch_storage.

        RemoveListedDirs
             Recursively remote directories listed in
             ORACLE_HOME/.patch_storage/<ID>/rac/remove_dirs.txt 
             on remote nodes.

        RemoveListedDirsTest
             Recursively remove a directory on remote nodes.
  
        RemoveListedFiles
             Remove files listed in
             ORACLE_HOME/.patch_storage/<ID>/rac/remove_files.txt 
             on remote nodes.

        RemoveListedFilesTest
             Remove a single file on remote nodes.

        RestoreOH
             Restore the OracleHome to the previous state.
       
        RollbackSql
              Rollback sql, sql procedure related actions for patches, which
              are already rolled back using Rollback or NRollback operation.

        RunAnyCommand
             Run any command on remote nodes.

        RunLocalMake
             Invoke re-link on the local node. Commands are stored in
             ORACLE_HOME/.patch_storage/<ID>/make.txt.

        RunRemoteMake
             Invoke re-link on remote nodes. Commands are stored in
             ORACLE_HOME/.patch_storage/<ID>/rac/make_cmds.txt.

        UpdateRemoteNodes 
             Propagate/Remove files/directories to/on remote nodes
             using files under ORACLE_HOME/.patch_storage/<ID>/rac/*.

        UpdateOPatchVersion
             Update the version of OPatch in the inventory of
             Oracle Home.

        Verify
             Using the defined ORACLE_HOME and given patch location via
             -ph, the program will check to make sure the patch was 
             applied to the ORACLE_HOME.
             Example: 'opatch util verify -ph /tmp/patchLoc'
 
