Skip Headers

Oracle9i Warehouse Builder Installation and Configuration Guide
Release 9.2.0.3

Part Number B11000-02
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

C
Upgrading Metadata with the MDL File Upgrade Utility

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:

C.0.1 About the MDL File Upgrade Utility

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:

C.0.2 Using the MDL File Upgrade Utility

You can upgrade metadata using either of the following:

C.0.2.1 Upgrading Repository Objects from Previous Versions

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:

C.0.2.2 Using the MDL File Upgrade Wizard

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:
  1. Start the MDL File Upgrade Utility:

    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/unix
    Then run mdlconvertui.sh.

  2. At the MDL File Upgrade Wizard Welcome page, click Next.

  3. At the Source page, click Browse to select the MDL file you want to convert to the latest version of Warehouse Builder.


    Note:

    To upgrade multiple MDL files simultaneously, use the MDL command line utility. You will receive an error message if you select multiple files for upgrade in the MDL Upgrade Wizard.


  4. Click Next.

The Target page displays.

  • Click Browse to select the directory where the output files will be stored on your system.

  • Click Next.

    The Target page prompts you for your log file location. You can select the default path or click Browse to choose a new location.

  • Click Next.

    The Summary page displays.

  • Review the upgrade information including the source and destination of the files you have selected for upgrade.

  • Click Finish to upgrade the selected files.

    The Conversion Progress panel displays the status of the upgrade. At the end of the process, you receive an upgrade successful message.

    C.0.2.3 Checking for Warnings and Error Messages

    After an upgrading the metadata, check the log file for warnings and errors.

    C.0.3 Running the MDL File Upgrade Utility from the Command Line

    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:

    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)
    


  • Go to previous page Go to next page
    Oracle
    Copyright © 1996, 2003 Oracle Corporation.

    All Rights Reserved.
    Go To Table Of Contents
    Contents
    Go To Index
    Index