DESCRIPTION
        This operation checks if the components of the patch are applicable to one or more
        Oracle Homes registered in central inventory.

        Examples of patches not applicable are:
        - Patches requiring components that are not installed in
          the Oracle Home (or) installed but not of the same version.


SYNTAX
        opatch checkComponents   -ph <Patch location>
                                [-jre <JRE directory location> ]
                                [-invPtrLoc <Path to oraInst.loc file> ]
                                [-oh <Path of the oracle home registered in
				   central inventory> ]

OPTIONS
           -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home.

           -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

           -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.

           -ph
                The location of the patch to be checked if it is applicable.


PARAMETERS
        The location of the patch to be queried
