Skip Headers
Oracle® Business Intelligence New Features Guide
Release 10.1.3.3.3
Part No. E10416-04
  Go To Documentation Library
Library
Go To Product List
Product
Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

20 New Features in Release 10.1.3.3.1

The 10.1.3.3.1 release of the Oracle Business Intelligence Enterprise Edition introduces the following new BI Publisher features:

20.1 Time Out Value for Web Service Data Sources

You can now set a time out value when creating a data set based on a Web service. The Data Set Details definition page contains the "Time Out" field. The default is 60 seconds. Enter a numeric value to equal the number of seconds that BI Publisher will wait for a response from the Web service before giving up.

To set the time out value for a Web service data set:

  1. Navigate to the report, and select Edit.

  2. Under the report Data Model region, select the Web service data set.

  3. In the Details region, enter the desired time out period in seconds (default is 60 seconds).

20.2 Bidirectional Function for eText Data Fields

Starting with 10.1.3.3.1 there is a new BIDI function to preserve the correct order of characters for bidirectional languages in eText templates. If you have data fields that contain bidirectional data (for example, Arabic or Hebrew fields) you can use the BIDI function to preserve the correct right to left ordering of the characters.

To use the BIDI function, enter the following in your template for each field that will contain data to be treated as bidirectional:

BIDI(ELEMENT_NAME)

For example:

<POSITION>  <LENGTH>  <FORMAT>  <PAD>    <DATA>                <COMMENTS>
     9        21        Alpha     L,' '  BIDI(VENDOR_ADDRESS)  Vendor Address 

In this example, the data for the element VENDOR_ADDRESS will be treated as bidirectional.

20.3 Default Repository

BI Publisher now sets a default repository location.

The repository path is defined in the xmlp-server-config.xml file as follows:

<?xml version="1.0" encoding="UTF-8"?><xmlpConfig xmlns="http://xmlns.oracle.com/oxp/xmlp"> <resource>    <file path="${oracle.home}/xdo/repository"/> </resource></xmlpConfig>

If the "oracle.home" Java system property is set to a valid path, ${oracle.home} is replaced with that value.

When BI Publisher is deployed on OC4J, ${oracle.home} is automatically set to a directory path where OC4J is installed.

For example, in an OC4J deployment in which the OC4J home is C:\oc4j, the BI Publisher repository is automatically set to:

C:\oc4j\xdo\repository

Note that the repository can also be set through BI Publisher Admin screens as shown in the following figure:

Figure 20-1 Setting the BI Publisher Report Repository Through the Admin Screen

BI Publisher Admin page to update the Report Repository.