DESCRIPTION
    Check if patch is compatible with the given user input version

SYNTAX
opatch util checkminimumopatchversion  [-ph <patch home location>]
                                       [-version <user input version>]
                                       [-oh <oracle home location>]

OPTIONS

       -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.

       -ph
              Specify the location of the patch home, and the function will
              determine if it is compatible with given version.

       -version 
              Specify the OPatch version user needs.


EXAMPLE:

./opatch util checkminimumopatchversion -ph /etc/ -version 11.2.0.1.4 
-oh /scratch/ramkanda/product/11.2.0/dbhome_1

The -ph, -version options are all REQUIRED. The oracle home requirement 
may not be required if your ORACLE_HOME environment variable is set.

