Presentation is loading. Please wait.

Presentation is loading. Please wait.

4 Copyright © 2009, Oracle. All rights reserved. Defining Source Metadata.

Similar presentations


Presentation on theme: "4 Copyright © 2009, Oracle. All rights reserved. Defining Source Metadata."— Presentation transcript:

1 4 Copyright © 2009, Oracle. All rights reserved. Defining Source Metadata

2 Copyright © 2009, Oracle. All rights reserved. 4 - 2 Objectives After completing this lesson, you should be able to do the following: Define and create flat file and Oracle modules Import and sample flat file sources Import relational database objects in an Oracle module View source data in Data panel

3 Copyright © 2009, Oracle. All rights reserved. 4 - 3 Lesson Agenda Data warehouse implementation: Typical steps –Metadata to data –Relational and flat file source metadata: Difference –Data sources Flat file sources –Create a flat file module –Import and sample a flat file Oracle database sources –Create an Oracle module and import Oracle database objects –View the source tables data

4 Copyright © 2009, Oracle. All rights reserved. 4 - 4 Data Warehouse Implementation: Typical Steps 1. Define the source metadata. 2. Define staging area metadata. 3. Define a relational dimensional model. 4. Create process flows. 5. Deploy the mappings. 6. Execute or run the mappings. 7. View the data. Part 1 Part 2

5 Copyright © 2009, Oracle. All rights reserved. 4 - 5

6 Copyright © 2009, Oracle. All rights reserved. 4 - 6 Metadata to Data 1. Initialize and organize the modules. 2. Import the metadata. (This gives you only the data definition.) 3. Use the metadata to define the mapping. 4. Deploy and execute the mapping to load the data.

7 Copyright © 2009, Oracle. All rights reserved. 4 - 7 Difference Between Obtaining Relational and Flat File Source Metadata Flat file source module: FILE_SOURCE Staging area The database link extracts Oracle tables metadata. XSALES Tables The flat files are imported and sampled. Oracle Database module: XSALES

8 Copyright © 2009, Oracle. All rights reserved. 4 - 8 Source Module A module is a logical grouping of related objects under a single folder. Source modules hold metadata describing source systems from which you extract data. OWB 11g does not distinguish between source and target modules

9 Copyright © 2009, Oracle. All rights reserved. 4 - 9 Lesson Agenda Data warehouse implementation: Typical steps –Metadata to data –Relational and flat file source metadata: Difference –Data sources Flat file sources –Create a flat file module –Import and sample a flat file Oracle database sources –Create an Oracle module and import Oracle database objects –View the source tables data

10 Copyright © 2009, Oracle. All rights reserved. 4 - 10 Data Sources Flat file source customers.txt (delimited) Relational source Channels Products Cities XSALES file_geography_multi.csv (multi-record) FILE_SOURCE ORDERS_SRC

11 Copyright © 2009, Oracle. All rights reserved. 4 - 11 Creating a Flat File Source Module 1 2 3

12 Copyright © 2009, Oracle. All rights reserved. 4 - 12 Create Module Wizard: Connection Information Location is the path or the drive and directory in the file system where the flat files reside.

13 Copyright © 2009, Oracle. All rights reserved. 4 - 13

14 Copyright © 2009, Oracle. All rights reserved. 4 - 14 Metadata to Data 1. Initialize and organize the modules. 2. Import the metadata. (This gives you only the data definition.) 3. Use the metadata to define the mapping. 4. Deploy and execute the mapping to load the data.

15 Copyright © 2009, Oracle. All rights reserved. 4 - 15 Importing Source Metadata You can import and sample the following types of flat files using the Flat Files Sample wizard: –Simple delimited –Fixed-length –Multirecord

16 Copyright © 2009, Oracle. All rights reserved. 4 - 16 Selecting the Flat File for Sampling

17 Copyright © 2009, Oracle. All rights reserved. 4 - 17 View the Sample File

18 Copyright © 2009, Oracle. All rights reserved. 4 - 18 Flat File Sample Wizard: Welcome The Flat File Sample wizard provides the ability to define simple, delimited text files in as few steps as possible.

19 Copyright © 2009, Oracle. All rights reserved. 4 - 19 Describing the File

20 Copyright © 2009, Oracle. All rights reserved. 4 - 20 Sampling Simple Delimited File The Flat File Sample Wizard allows specification of more than one character for record terminators, field delimiters and field enclosures. It recognizes X'hex-value' and x'hex- value' as hex-format where 'hex-value' is 0-9 or A-F.

21 Copyright © 2009, Oracle. All rights reserved. 4 - 21 Setting Field Properties

22 Copyright © 2009, Oracle. All rights reserved. 4 - 22 Flat File Sample Wizard: Summary

23 Copyright © 2009, Oracle. All rights reserved. 4 - 23 Advanced: Record Organization The Sample Wizard enables you to define files that contain logical records.

24 Copyright © 2009, Oracle. All rights reserved. 4 - 24 Advanced: Selecting the File Format Specify the file format to be Delimited or Fixed Length

25 Copyright © 2009, Oracle. All rights reserved. 4 - 25 Advanced: File Layout Select Multi Record if file contains two or more types of records. In the Record Types page, specify the Type Value and their corresponding record names.

26 Copyright © 2009, Oracle. All rights reserved. 4 - 26 Advanced: Field Properties This option is available in the Create Flat File wizard or in the Edit Flat File window > Structure link. For each record type, you define the fields.

27 Copyright © 2009, Oracle. All rights reserved. 4 - 27 Quiz OWB samples the following types of flat files (select all that apply): a.Character-delimited files b.Fixed-length files c.Multirecord files d.Multibyte fixed length

28 Copyright © 2009, Oracle. All rights reserved. 4 - 28 Quiz Out of the following, which one describes the correct sequence of tasks you perform in OWB to use flat file sources: a.Create a flat file module, select the file for import, and then run through the Sampling wizard to define its metadata. b.First sample the file to define its metadata, create a flat file module, and then import the flat file.

29 Copyright © 2009, Oracle. All rights reserved. 4 - 29 Lesson Agenda Data warehouse implementation: Typical steps –Metadata to data –Relational and flat file source metadata: Difference –Data sources Flat file sources –Create a flat file module –Import and sample a flat file Oracle database sources –Create an Oracle module and import Oracle database objects –View the source tables data

30 Copyright © 2009, Oracle. All rights reserved. 4 - 30 Data Sources Flat file source customers.txt (delimited) Relational source Channels Products Cities XSALES file_geography_multi.csv (multi-record) FILE_SOURCE ORDERS_SRC

31 Copyright © 2009, Oracle. All rights reserved. 4 - 31 Creating an Oracle Module

32 Copyright © 2009, Oracle. All rights reserved. 4 - 32 Create Module Wizard: Name and Description For Non-Oracle modules, you can select the access method. ORACLE MODULE NON-ORACLE MODULE

33 Copyright © 2009, Oracle. All rights reserved. 4 - 33 Create Module Wizard: Connection Information

34 Copyright © 2009, Oracle. All rights reserved. 4 - 34 Editing the Oracle Database Location

35 Copyright © 2009, Oracle. All rights reserved. 4 - 35

36 Copyright © 2009, Oracle. All rights reserved. 4 - 36 Finishing Module Creation and Proceeding to Import You can either select "Import after finish" option in the Connection Information page or right-click the module in the Projects Navigator panel, and select Import > Database Objects.

37 Copyright © 2009, Oracle. All rights reserved. 4 - 37 Import Metadata Wizard: Filter Information Filter the objects you want to import

38 Copyright © 2009, Oracle. All rights reserved. 4 - 38 Selecting the Tables for Import Use the arrow to move available objects to the selected list

39 Copyright © 2009, Oracle. All rights reserved. 4 - 39 Completing the Metadata Import

40 Copyright © 2009, Oracle. All rights reserved. 4 - 40 Viewing Data

41 Copyright © 2009, Oracle. All rights reserved. 4 - 41 Quiz To get the XSALES schema tables as sources, you will perform the following tasks (select all that apply): a.Create a separate OWB project b.Create an Oracle Module c.Edit the module location to point to XSALES schema d.Import the selected tables

42 Copyright © 2009, Oracle. All rights reserved. 4 - 42 Summary In this lesson, you should have learned how to: Define and create flat file and Oracle modules using the Create Module wizard Import and sample flat file sources using the File Import and the Flat File Sample wizard Import relational database objects in an Oracle module View source data in Data panel

43 Copyright © 2009, Oracle. All rights reserved. 4 - 43 Practice 4-1 Overview: Defining and Importing Flat Files and a Relational Source This practice covers the following topics: Creating a flat file source module Importing two flat files: – customers.txt (delimited) – File_geography_multi.csv (multi-record) Examining the XSALES Oracle database module Importing ORDERS_SRC table into the XSALES module.

44 Copyright © 2009, Oracle. All rights reserved. 4 - 44


Download ppt "4 Copyright © 2009, Oracle. All rights reserved. Defining Source Metadata."

Similar presentations


Ads by Google