Skip Headers

Oracle® Warehouse Builder Release Notes
10g Release 1 (10.1)

Part Number B12149-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

Documentation Errata


Chapter 10: Designing Process Flows, page 10-16

Under the heading File Exists, the following text is wrongly stated: In the Activities panel, type a string value for the path of the file.

The correct text is as follows: In the Activities panel, type a string value for the name of the file. You must type only the file name and not the file path in the Activities panel. Otherwise, the process flow will fail.


Express Bridges Not Supported in Warehouse Builder 10g Release 1 (10.1)

Beginning in this release, Warehouse Builder no longer supports Express bridges. All reference to the Express Bridges in the User's Guide are outdated. Please ignore the following references in the User's Guide:


Remote Execution

Beginning in this release, you can use the script owb/rtp/sql/set_oem_home.sql to configure the Warehouse Builder Runtime Service to use the correct OEM client code when accessing an OEM server.

For each supported OEM version, configure the Runtime Service differently when running on Windows or UNIX. To execute the script from the SQL Plus prompt, enter the following command:

sqlplus repowner/repowner@repos @set_oem_home.sql %OEM_VERSION% %OS% %RT_HOME% %DB_HOME%

where

OEM_VERSION identifies on which platform this configuration applies. Valid values include 10.1 or 9.2 or 9.0.

OS is the operating system. Valid values include NT (for Windows) or UNIX.

RT_HOME is the Oracle home folder of the OWB Runtime ServiceDB_HOME.

DB_HOME is the Oracle home folder which contains the version of the OEM client.

For example, enter a command similar to the following:

sqlplus repowner/repowner@repos @set_oem_home.sql 9.2 NT d:\oracle\owbhome d:\oracle\oemhome