| Oracle9i Warehouse Builder Installation and Configuration Guide Release 9.2.0.3 Part Number B11000-02 |
|
You do not have to use the Metadata Loader File Upgrade Utility to upgrade your metadata from a previous version of Warehouse Builder to Oracle9i Warehouse Builder Release 9.2.0.3. When you import an MDL file into Release 9.2.0.3, Warehouse Builder automatically detects the version from which the file was exported and upgrades it to the current version. However, you still have the choice to upgrade your metadata separately by manually running the MDL File Upgrade Utility. This section explains how to use it.
The MDL File Upgrade Utility enables you to upgrade any MDL file created from any production version of Warehouse Builder to the latest version of Warehouse Builder. Use either the MDL File Upgrade Wizard or the MDL Command Line Utility.
This section includes the following topics:
To upgrade your metadata from an older production version of Warehouse Builder to Oracle9i Warehouse Builder, use the Warehouse Builder Metadata Loader File Upgrade utility. This tool enables you to upgrade any MDL file created from Warehouse Builder 2.0.4.78 repository or higher to the latest version of Warehouse Builder.
You can use the MDL File Upgrade Utility to upgrade metadata from any of the following production versions of Warehouse Builder to Oracle9i Warehouse Builder:
You can upgrade metadata using either of the following:
When you upgrade from previous versions of Warehouse Builder to the current version of Warehouse Builder, the upgrade utility makes the following changes to objects in the repository:
The following warnings may appear as a result of standalone transformations from previous releases no longer being an independent function category, but a part of the Warehouse module:
Be aware of the following if you are upgrading from Oracle Warehouse Builder 2.1.1:
Granular exported mappings have upgrade limitations. For example, if a mapping is used as a source by Fact 1 and Fact 2, then the order of the upgrade is as follows:
Use the MDL File Upgrade Wizard if you exported each project as a single MDL file. The MDL File Upgrade Utility Wizard converts your files directly to the current version of Warehouse Builder.
To access the MDL File Upgrade wizard:For Windows: Select Start, then Oracle9i Developer Suite OWB_HOME, then Warehouse Builder and then OWB MDL File Upgrade Utility.
For UNIX: Start a shell and navigate to:OWB_ORACLE_HOME/owb/bin/unix. For example, type: cd /private/home/OWB92/owb/bin/unixThen run mdlconvertui.sh.
The Target page displays.
The Target page prompts you for your log file location. You can select the default path or click Browse to choose a new location.
The Summary page displays.
The Conversion Progress panel displays the status of the upgrade. At the end of the process, you receive an upgrade successful message.
After an upgrading the metadata, check the log file for warnings and errors.
Before using the command line, be aware of the following:
Use the following command line to upgrade MDL Files from an previous version of the Warehouse Builder Repository:
ORACLE_HOME\owb\bin\win32\mdlconvert sourcefile parameterfile
ORACLE_HOME/owb/bin/unix/mdlconvert.sh sourcefile parameterfile
The source file contains the list of sources, targets and log file names. The parameter file contains the different attributes for conversion.
Example of a source file format:
SOURCE Mdl21Sample1.mdl Mdl21Sample2.mdl TARGET Mdl21Sample1_9i.mdl Mdl21Sample2_9i.mdl LOGFILE Mdl21Sample1.log Mdl21Sample2.log
Example of a parameter file format:
verbose= true/false (default: false) tempdir = some directory (default: .\temp) sourceversion = 3.0/3.1/9.1/9.1.1 (default: 9.1.1) targetversion = 3.0/3.1/9.1/9.1.1 (default: 9.1.1)
|
|
![]() Copyright © 1996, 2003 Oracle Corporation. All Rights Reserved. |
|