Articles on Emerging Technologies, Cloud Computing and Cyber Security

Using the Data Model Editor in Oracle BI Publisher (Oracle Fusion Applications Edition)

What Is a Data Model?
A data model is an object that contains a set of instructions for BI Publisher to retrieve and structure data for a report. Data models reside as separate objects in the catalog.
At the very simplest, a data model can be one data set retrieved from a single data source (for example, the data returned from the columns in the employees table). A data model can also be complex, including parameters, triggers, and bursting definitions as well as multiple data sets.
To build a data model, you use the data model editor.

Components of a Data Model
A data model supports the following components:

|:| Data set
A data set contains the logic to retrieve data from a single data source. A data set can retrieve data from a variety of data sources (for example, a database, an existing data file, a Web service call to another application, or a URL/URI to an external data provider). A data model can have multiple data sets from multiple sources.

|:| Event triggers
A trigger checks for an event. When the event occurs the trigger runs the PL/SQL code associated with it. The data model editor supports before data and after data triggers. Event triggers consist of a call to execute a set of functions defined in a PL/SQL package stored in an Oracle database.

|:| Flexfields
A flexfield is a structure specific to Oracle Applications (Oracle Fusion Applications and Oracle E-Business Suite). The data model editor supports retrieving data from flexfield structures defined in your Oracle application and Oracle Fusion application database tables.

|:| Lists of values
A list of values is a menu of values from which report consumers can select parameter values to pass to the report.

|:| Parameters
A parameter is a variable whose value can be set at runtime. The data model editor supports several parameter types.

|:| Bursting Definitions
Bursting is a process of splitting data into blocks, generating documents for each data block, and delivering the documents to one or more destinations. A single bursting definition provides the instructions for splitting the report data, generating the document, and delivering the output to its specified destinations.

Features of the Data Model Editor
Use the data model editor to combine data from multiple data sets from different data sources, such as SQL, Excel files, Web services, HTTP feeds, and other applications into a single XML data structure. Data sets can either be unrelated or a relationship can be established between them using a data link.
The data model editor enables you to perform the following tasks:
|:| Link data — Define master-detail links between data sets to build a hierarchical data model.
|:| Aggregate data — Create group level totals and subtotals.
|:| Transform data — Modify source data to conform to business terms and reporting requirements.
|:| Create calculations — Compute data values that are required for your report that are not available in the underlying data sources.

Launching the Data Model Editor
Launch the Data Model Editor from the Home page or from the global header in one of the following ways:

To launch the Data Model Editor from the global header:
1. Click New and then click Data Model to open the Data Model Editor.

To launch the Data Model Editor from the Home page:
1. Under the Create region, click Data Model.


The Data Model Editor is designed with a component pane on the left and work pane on the right. Selecting a component on the left pane launches the appropriate fields for the component in the work area.
Toolbar of Data Model Editor
|:| Get XML Output
Launches the XML output page to run the data model definition and view or save the XML output.
|:| Save / Save As
Select Save to save your work in progress to the existing data model object or select Save As to save the data model as a new object in the catalog.
|:| Help
View online help for the data model editor.

Setting Data Model Properties
Enter the following properties for the data model:
Description —  (Optional) The description that you enter here displays in the catalog. This description is translatable.
Default Data Source — Select the data source from the list. Data models can include multiple data sets from one or more data sources. The default data source you select here is presented as the default for each new data set you define. Select Refresh Data Source List to see any new data sources added since your session was initiated.
Oracle DB Default Package — If you define a query against an Oracle database, then you can include before or after data triggers (event triggers) in your data model. Event triggers make use of PL/SQL packages to execute RDBMS level functions. For data models that include event triggers or a PL/SQL group filter, you must enter a default PL/SQL package here. The package must exist on the default data source.
Database Fetch Size — Sets the number of rows fetched at a time through the JDBC connection. This value overrides the value set in the system properties.
Enable Scalable Mode — Processing large data sets requires the use of large amounts of RAM. To prevent running out of memory, activate scalable mode for the data engine. In scalable mode, the data engine takes advantage of disk space when it processes the data.
Backup Data Source — If you have set up a backup database for this data source, select Enable Backup Connection to enable the option; then select when you want BI Publisher to use the backup.
|:| To use the backup data source only when the primary is down, select Switch to Backup Data Source when Primary Data Source is unavailable. Note that when the primary data source is down, the data engine must wait for a response before switching to the backup.
|:| To always use the backup data source when executing this data model, select Use Backup Data Source Only. Using the backup database may enhance performance.

Note:
This feature requires that a backup data source has been enabled for the selected data source.

XML Output Options
These options define characteristics of the XML data structure. Note that any changes to these options can impact layouts that are built on the data model.
Include Parameter Tags — If you define parameters for your data model, select this box to include the parameter values in the XML output file.
Include Empty Tags for Null Elements — Select this box to include elements with null values in your output XML data. When you include a null element, then a requested element that contains no data in your data source is included in your XML output as an empty XML tag as follows: <ELEMENT_ID\>. For example, if the element MANAGER_ID contained no data and you chose to include null elements, it would appear in your data as follows: <MANAGER_ID />. If you do not select this option, no entry appears for MANAGER_ID.
Include Group List Tag — (This property is for 10g backward compatibility and Oracle Report migration.) Select this box to include the rowset tags in your output XML data. If you include the group list tags, then the group list appears as another hierarchy within your data.
XML Tag Display — Select whether to generate the XML data tags in upper case, in lower case, or to preserve the definition you supplied in the data structure.

Attachments to the Data Model
The Attachment region of the page displays data files that you have uploaded or attached to the data model.

Attaching Sample Data
After you build your data model, it is required that you attach a small, but representative set of sample data generated from your data model. The sample data is used by BI Publisher's layout editing tools. Using a small sample file helps improve performance during the layout design phase.
The Data Model Editor provides an option to generate and attach the sample data.

Attaching Schema
The Data Model Editor enables you to attach sample schema to the data model definition. The schema file is not used by BI Publisher, but can be attached for developer reference. The Data Model Editor does not support schema generation.

Data Files
If you have uploaded a local Microsoft Excel file as a data source for this report, the file displays here. Use the refresh button to refresh this file from the local source. For information on uploading an Excel file to use as a data source, see Page, "Creating a Data Set Using a Microsoft Excel File."






0 Comments: