DESCRIPTION
        This operation loads and prints out various information about a patch.
        Parameter patch_location points to where a patch is located.  
        For example, if you specify "path", there should be sub-dir. 
        "etc/config" under "path".

SYNTAX
	opatch query  [-all] [-is_auto_patch] [-is_translatable_patch] 
                      [-customLogDir <Custom Log Directory>]
                      [-get_base_bugs] [-get_component] [-get_os] [-get_date] 
                      [-get_patch_language] [-get_patch_type] [-get_patching_model] 
                      [-get_product_family] [-has_sql] [-is_online_patch]  
                      [-is_rolling_patch] [-is_system_patch] [-jre <LOC> ] [-oh <LOC> ] 
                      [ <patch_location> ]

OPTIONS
           -all 
                Get everything available about a patch. This is equivalent
                to setting all available options.This command doesn't support
                System Patch.

           -customLogDir
                This option specifies the custom log location.


           -is_auto_patch
                This option says 'true' if the patch is auto-enabled,
                'false' otherwise. This command doesn't support System Patch.

           -is_system_patch
                This option says 'true' if the patch is a System Patch,
                'false' otherwise.

           -is_translatable_patch
                This option says 'true' if the patch is translatable,
                'false' otherwise. This option doesn't support System Patch.

           -get_base_bug
                Get bugs fixed by the patch. This option doesn't support System Patch.

           -get_component
                Get components touched by the patch. This option doesn't support System Patch.
           
           -get_date
                Get patch creation date and time. This option doesn't support System Patch.

           -get_os
                Get platforms for which this patch could be applied. This option
                doesn't support System Patch.

           -get_patch_type
                Get the patch type. This command doesn't support System Patch.
 
           -get_patching_model
                Get the patching model. This option doesn't support System Patch.

           -get_patch_language
                Get the language supported by the patch. This option doesn't support System Patch.

           -get_product_family
                Get the product family to which the patch belongs. This option
                doesn't support System Patch.

           -has_sql
                This option says 'true' if the patch has sql related actions,
                'false' otherwise. This option doesn't support System Patch.

           -is_sql_patch
                This option says 'true' if the patch is a sql patch,
                'false' otherwise. This command doesn't support System Patch.

           -is_online_patch
                This option says 'true' if the patch is a online patch,
                'false' otherwise. This option doesn't support System Patch.

           -is_rolling_patch
                This option says 'true' if the patch is a rolling patch,
                'false' otherwise. This option doesn't support System Patch.

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

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


PARAMETERS
	The location of the patch to be queried.
        If the patch location is not specified, then the current directory
        is taken as the patch location.

