Oracle E-Business Suite - Reports & Attributes


Attributes

Oracle E-Business Suite

The Oracle E-Business Suite Software Instance contains the following default attributes

  • type: Oracle E-Business Suite
  • name
  • version
  • product_version

The Oracle E-Business Suite Software Instance contain no optional or additional attributes

Applications Software Instances

The Suite pattern may create Applications Software Instances. These have the following structure

Default attributes

  • type: The name of the application (e.g. Constraint Based Optimization)
  • name

Additional attributes

  • ebs_suite_app

Business Application Instances

The Suite pattern may create Business Application Instances. These have the following default attributes

  • type: The name of the application (e.g. Constraint Based Optimization)
  • name

The Business Application Instances created by this pattern contain no optional or additional attributes

Reports

Retrieve all Modules for a given Application

search SoftwareInstance where type = "Oracle Field Sales" and ebs_suite_app
 traverse ElementWithDetail:Detail:Detail:Detail
 show summary, patch_level

This Report will list all the Modules for a given Application, including each individual Patch Level


List Related Hosts

This report will list all hosts related to Oracle E-Business SIs, regardless of whether the Oracle E-Business SI is running directly on a host or via a cluster

search SoftwareInstance where type = "Oracle E-Business Suite" show name, type,
#SoftwareContainer:SoftwareContainment:ContainedSoftware:SoftwareInstance.#SoftwareContainer:SoftwareContainment:ContainedSoftware:SoftwareInstance.#RunningSoftware:HostedSoftware:Host:Host.name, #Dependant:Dependency:DependedUpon:SoftwareCluster.#AggregateSoftware:HostedSoftware:Host:Host.name

Go Back To Product Page

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*