Oracle® Warehouse Builder Release Notes 10g Release 1 (10.1) Part Number B12149-01 |
|
|
View PDF |
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.
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:
Chapter 2: Getting Started with Warehouse Builder, Using the Warehouse Builder Transfer Wizard, p.2-28
Chapter 22: Integrating Warehouse Builder Metadata with Other BI Products, references to the Express Bridge throughout the chapter.
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