DESCRIPTION
	This operation checks if the given patch(es) are installed on a number
        of Fusion Middleware Oracle Homes.

 	For a Fusion Middleware installation, OPatch will look for Oracle Homes 
        present under the Middleware home and registered with a single defined 
        central inventory. If environment variable MW_HOME (or) 'mw_home' option
        is not defined and the ORACLE_HOME environment variable or 'oh' option
        is also not defined then OPatch will run the command on the applicable
        Middleware Home. If ORACLE_HOME environment variable is defined or the 
        'oh' option is given, OPatch will run the command on the referenced 
        Oracle Home with precedence given to the 'oh' option.

        If 'domain' option is given, the command will be invoked on Fusion 
        Middleware Oracle homes associated with a domain. 


SYNTAX
	opatch checkInstalledOneOffs -id <List of Patch IDs separated by commas> ]
                                [-domain <Name of the domain> ]
                                [-invPtrLoc <Path to oraInst.loc file> ]
                                [-mw_home <Path of the middleware home> ]
                                [-oh <Path of the reference oracle home> ]

OPTIONS
           -id 
                A single Patch ID (or) comma separated list of Patch IDs.
  
           -domain
                Name of the domain.
              
           -invptrloc
                Used to locate the oraInst.loc file. Needed when the
                installation uses the -invPtrLoc flag. This should be
                the path to the oraInst.loc file.

 	   -mw_home
                Path of the Middleware Home. This takes precedence over
                MW_HOME environment variable.

           -oh
                The oracle home to work on. This takes precedence over the
                environment variable ORACLE_HOME. This also ensures that the
                command runs only on this Oracle Home.
 
PARAMETERS
        Patch IDs separated by commas

