Data Warehouse Cubes, Dimensions, and OWB Design
Classified in Technology
Written on in
English with a size of 2.52 KB
Data Warehouse: Chapter 3
Understanding Cubes and Dimensions
A dimensional model captures the business rules of an organization and represents them in a database in a highly understandable format.
Key Dimensions in a Cube
- Time Dimension: Represented as the depth of the cube, allowing you to analyze data across various historical time periods.
- Store Dimension: Represented as the length of the cube, enabling information retrieval based on store and location.
- Product Dimension: Represented as the width of the cube, allowing for the breakdown of various products available for sale.
Data Warehouse Design in OWB
Designing a data warehouse in Oracle Warehouse Builder (OWB) consists of two primary parts:
- Creating a target user
- Creating a target module
Creating a Target User
- Users can be created directly in the database and then added to OWB.
- Alternatively, create a user manually via the Design Center:
- Log in to the Design Center using your username, password, and service name.
- Navigate to Connection Explorer.
- Expand Security, right-click on Users, and select New.
- In the welcome screen, click Next, then select Create DB User.
- Enter the required credentials:
- DBA Name: System
- DBA Password: system
- Name: AcmeDWH
- Password: system
- Confirm Password: system
- Click OK to finalize the creation of the new user with a workspace.
Creating a Target Module
- Log in to the Design Center.
- In the Project Explorer, expand Databases, then Oracle & Non-Oracle Databases.
- Right-click on Oracle and select New.
- In the wizard, enter the following connection details:
- Name: AcmeDWH_Location
- Password: system
- Port Number: 1521
- Host: Localhost
- Service Name: AcmeDWH
- Click Test Connection to verify success, then click OK to create the target module.