DESCRIPTION
    List the inventory for a particular $ORACLE_HOME (installed
    product, installed patche(s) if any)

SYNTAX
opatch lsinventory [-all ]  [-bugs_fixed < asc | desc > ][-detail ] 
                   [-group_by_date ][-jre <LOC> ] [-oh <ORACLE_HOME> ] 
                   [-patch < asc | desc > ] [-patch_id < asc | desc> ]
                   [-property_file <path to property file>]
               
OPTIONS
       -all
              Report the name and installation directory for the
              $ORACLE_HOME.
                  
       -bugs_fixed
              Reports bugs fixed by installed patches in a tabular format.
              Besides the bugs fixed, the report also displays the installed
              patches, installed times, and bug descriptions.
              The fixed bugs are sorted per installed patch. Default display
              is patches in descending order based on installed time and
              ascending order of bugs within each patch. You can use 'asc'
              (or) 'desc' with this option to enforce sort order on bugs
              within each patch.

              You can use this option with the patch (or) patch_id option to
              obtain sort orders with installed patches.

       -detail(s)
              Report installed product and other details. This
              option cannot be used in conjunction with all option.

       -group_by_date
              This option tells OPatch to group all installed
              patches by the date they were installed in the
              Oracle Home

       -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
              
       -patch
	      Lists the patch IDs installed in the Oracle home in ascending
              (asc) or descending (desc) order, which is the default, based on
              installed time.

       -patch_id
              Lists the patch IDs installed in the oracle home
              in ascending (asc) or descending (desc) order based on
              patch numbers. The value defaults to ascending (asc).
 
       -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch

PARAMETERS
       This operation does not have any required parameters.

