DESCRIPTION
    This operation is intended to obfuscate the backed up files stored under
    ORACLE_HOME/.patch_storage
SYNTAX
opatch util Obfuscate  	[-id  <List of Patch ids with comma separated to be obfuscated>]
			[-oh <oracle_home path>]
	Note : If none of the options are provided , then OPatch will obfuscate entire ORACLE_HOME/.patch_storage
OPTIONS
       -id
              A comma separated list of patches to be given for obfuscation.
       -oh
              Specify the ORACLE_HOME path
              
Example
	1. To obfuscate the backed up files for patches 111,222,333
	opatch util Obfuscate -id 111,222,333
	2. To obfuscate all the backed up files under ORACLE_HOME/.patch_storage
	opatch util Obfuscate		            

