Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Configure a Project in the OWB Design Center
Skip Headers
Previous
Previous
 
Next
Next

Configure a Project in the OWB Design Center

In this procedure, you configure your project and access source and target data.

To configure a project in the Design Center: 

  1. In the Projects Navigator, identify the project to be used.

    • If you are satisfied with the single default project, MY_PROJECT, continue with the next step.

    • Alternatively, you can rename MY_PROJECT or define more projects. Each project you define is organized in the same fashion with nodes for databases, files, applications, and so on. See the procedure "To create a project" For a different organization, consider creating optional collections as described in "Collections".

  2. Create locations in order to connect to source and target data objects.

    • To create a location, right-click the appropriate node and select New. Fill in the requested connection information and select Test Connection. In this step, you merely establish connections to sources and targets. You do not move data or metadata until subsequent steps.

    • In the Connections Navigator, establish these connections by defining locations. Expand the Location node and the nodes within it to gain a general understanding of the types of source and targets you can access from OWB.

    For more information about locations see "Locations Navigator".

  3. Identify the target schema.

    Although you can use a flat file as a target, the most common and recommended scenario is to use the Oracle Database as the target schema.

    To define the target schema, begin by creating a module. Modules are grouping mechanisms in the Projects Navigator that correspond to locations in the Connections Navigator. The Oracle target module is the first of several modules you create in OWB.

    In the Projects Navigator, expand the Databases node. Right-click Oracle and select New. The Create Module Wizard appears. Set the module type to Warehouse Target and specify whether the module will be used in development, quality assurance, or production. This module status is purely descriptive and has no bearing on subsequent steps you take.

    When you complete the wizard, the target module displays with nodes for mappings, transformations, tables, cubes and the various other types of objects you utilize to design the target warehouse.

  4. Create a separate Oracle module for the data sources. (Optional)

    At your discretion, you can either create another Oracle module to contain Oracle source data or proceed to the next step.

  5. Identify the execution environment.

    Under the Connections Navigator, notice the Control Centers node. A Control Center is an Oracle Database schema that manages the execution of the ETL jobs you design in the Design Center in subsequent steps.

    During installation, OWB creates the DEFAULT_CONTROL_CENTER schema on the same database as the workspace.

    If you choose to utilize the default execution environment, continue to the next step. Alternatively, you can define new control centers at any time. For more information and procedures, see Deploying to Target Schemas and Executing ETL Logic in Oracle Warehouse Builder Data Modeling, ETL, and Data Quality Guide.

  6. Prepare development, test, and production environments. (Optional)

    Thus far, these instructions describe the creation of a single project corresponding to a single execution environment. You can, however, reuse the logical design of this project in different physical environments such as testing or production environments.

    Deploy a single data system to several different host systems or to various environments, by creating additional configurations. See Managing Configurations in Oracle Warehouse Builder Installation and Administration Guide for Windows and Linux.

  7. Adjust the client preference settings as desired or accept the default preference settings and proceed to the next step.

    From the main menu in the Design Center, select Tools and then Preferences.

    As a new user, you may be interested in setting the Environment Preferences and the naming mode under Naming Preferences. For information on all the preferences, see "About OWB Preferences".


    Note:

    To change the locale, edit owb.conf or ide.conf and use AddVMOption to set the new locale. The locale setting specifies the language you want the client text to display.

    For example, the following entry in owb.conf sets the locale to Japanese:

    AddVMOption -Duser.language = ja