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 ApplySql Apply sql, sql procedure related actions for patches, which are already applied using Apply or NApply operation. CleanupBackupArea 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//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//rac/copy_files.txt to remote nodes. CopyListedFilesTest Copy a single file to remote nodes. 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. installOCM Install and configure OCM. LoadXML Prompt for path/name of the XML file, then check if the XML is correct. RemoveListedDirs Recursively remote directories listed in ORACLE_HOME/.patch_storage//rac/remove_dirs.txt on remote nodes. RemoveListedDirsTest Recursively remove a directory on remote nodes. RemoveListedFiles Remove files listed in ORACLE_HOME/.patch_storage//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//make.txt. RunRemoteMake Invoke re-link on remote nodes. Commands are stored in ORACLE_HOME/.patch_storage//rac/make_cmds.txt. UpdateRemoteNodes Propagate/Remove files/directories to/on remote nodes using files under ORACLE_HOME/.patch_storage//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'