DESCRIPTION
    This operation invokes the chosen utilities on an ORACLE_HOME.

SYNTAX
opatch util [ -help ] [ COMMAND ]

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

        CleanupBackupArea
              Remove the backup for restore area of the given patch
              or for all the patches.

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

        NApply
              Apply a set of patches in one shot.

        NRollback
              Rollback a set of patches in one shot.

        RestoreOH
             Restore the Oracle Home to the previous state.

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

        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'


