Data Warehousing Fundamentals Student Guide
|
|
|
- Jerome Lawrence
- 10 years ago
- Views:
Transcription
1 Data Warehousing Fundamentals Student Guide D16310GC10 Edition 1.0 September 2002 D37302
2 Authors Nikos Psomas Padmaja Mitravinda, Kolachalam Technical Contributors and Reviewers Kasturi Shekhar Vidya Nagaraj Sudip Majumber Robert Stackowiak Joel Barkin Adam Laro-Bashford M. Lea Shaw Richard Green Jean-Pierre Dijcks Mark Van de Wiel James Spiller John Haydu Maribel Renau Marcelo Manzano Sarah Spicer Rosita Hanoman Publisher Nita K. Brozowski Copyright Oracle Corporation, All rights reserved. This documentation contains proprietary information of Oracle Corporation. It is provided under a license agreement containing restrictions on use and disclosure and is also protected by copyright law. Reverse engineering of the software is prohibited. If this documentation is delivered to a U.S. Government Agency of the Department of Defense, then it is delivered with Restricted Rights and the following legend is applicable: Restricted Rights Legend Use, duplication or disclosure by the Government is subject to restrictions for commercial computer software and shall be deemed to be Restricted Rights software under Federal law, as set forth in subparagraph (c)(1)(ii) of DFARS , Rights in Technical Data and Computer Software (October 1988). This material or any portion of it may not be copied in any form or by any means without the express prior written permission of Oracle Corporation. Any other copying is a violation of copyright law and may result in civil and/or criminal penalties. If this documentation is delivered to a U.S. Government Agency not within the Department of Defense, then it is delivered with Restricted Rights, as defined in FAR , Rights in Data-General, including Alternate III (June 1987). The information in this document is subject to change without notice. If you find any problems in the documentation, please report them in writing to Education Products, Oracle Corporation, 500 Oracle Parkway, Box SB-6, Redwood Shores, CA Oracle Corporation does not warrant that this document is error-free. Express, Express Analyzer, Express Objects, Express Server, Personal Express, and Oracle are trademarks or registered trademarks of Oracle Corporation. All other products or company names are used for identification purposes only, and may be trademarks of their respective owners.
3 Contents Preface 1 Business Intelligence and Data Warehousing Introductions 1-2 Course Objectives 1-3 Lessons 1-5 Lessons 1-6 Let s Get Started 1-7 Lesson 1 Objectives 1-8 What Is Business Intelligence? 1-9 Purpose of Business Intelligence 1-10 Evolution of BI 1-11 Early Management Information Systems 1-12 Analyzing Data from Operational Systems 1-13 Why OLTP Is Not Suitable for Analytical Reporting 1-14 Data Extract Processing 1-15 Management Issues with Data Extract Programs 1-16 Productivity Issues with Extract Processing 1-17 Data Quality Issues with Extract Processing 1-18 Data Warehousing and Business Intelligence 1-19 Advantages of Warehouse Processing Environments 1-20 Success Factors for a Dynamic Business Environment 1-22 Business Drivers for Data Warehouses 1-23 Technological Advances Enabling Data Warehousing 1-24 Oracle9i Business Intelligence 1-26 Oracle s Business Intelligence and Data Warehousing Products 1-27 Summary 1-32 Practice 1-1 Overview Defining Data Warehouse Concepts and Terminology Objectives 2-2 Definition of a Data Warehouse 2-3 Data Warehouse Properties 2-5 Subject-Oriented 2-6 Integrated 2-7 Time-Variant 2-9 Nonvolatile 2-10 Changing Warehouse Data 2-11 Data Warehouse Versus OLTP 2-12 Usage Curves 2-14 User Expectations 2-15 Enterprisewide Warehouse 2-16 Data Warehouses Versus Data Marts 2-17 Dependent Data Mart 2-19 Independent Data Mart 2-20 Typical Data Warehouse Components 2-21 Warehouse Development Approaches 2-23 iii
4 Big Bang Approach 2-24 Top-Down Approach 2-26 Bottom-Up Approach 2-27 Incremental Approach to Warehouse Development 2-29 Data Warehousing Process Components 2-30 Methodology 2-31 Architecture 2-32 Extraction, Transformation, and Load (ETL) 2-33 Implementation 2-34 Operation and Support 2-35 Phases of the Incremental Approach 2-36 Strategy Phase Deliverables 2-38 Summary 2-40 Practice 2-1 Overview Lesson 3: Planning and Managing the Data Warehouse Project Objectives 3-2 Managing Financial Issues 3-3 ROI and Associated Costs 3-5 Computing ROI: Benefits 3-6 Computing ROI: Typical Costs 3-7 Computing ROI: Example 3-8 Funding the Project 3-9 Obtaining Business Commitment 3-10 Data Warehouse Champion 3-11 Steering Committee 3-12 Warehouse Data Ownership 3-13 Setting Expectations 3-14 Managing Expectations 3-15 Assembling the Project Team 3-16 Recognizing Critical Success Factors 3-18 Business User Requirements 3-19 Techniques for Uncovering Requirements 3-20 User Requirements Checklist 3-22 Gathering User Requirements: Possible Obstacles 3-23 Data Access Strategy 3-24 Data Access Tool Requirements 3-25 User Query Progression 3-26 Query Efficiency 3-27 Query Scheduling and Monitoring 3-29 Query Access Architectures 3-31 Web Access 3-32 Security 3-33 Fine-Grained Access Control in Oracle8i and Oracle9i 3-34 iv
5 Implementation Requirements 3-35 Data Acquisition 3-36 Data Quality 3-37 Documentation 3-38 Testing 3-39 Training 3-40 Training Needs 3-41 Post-Implementation Support 3-43 Summary 3-44 Practice 3-1 Overview Modeling the Data Warehouse Objectives 4-2 Data Warehouse Modeling Issues 4-3 Data Warehouse Environment Data Structures 4-5 Star Schema Model 4-6 Snowflake Schema Model 4-7 Data Warehouse Database Design Phases 4-9 Phase 1: Defining the Business Model 4-10 Performing Strategic Analysis 4-11 Creating the Business Model 4-12 Business Requirements Drive the Design Process 4-13 Identifying Measures and Dimensions 4-15 Using a Business Process Matrix 4-17 Determining Granularity 4-18 Identifying Business Rules 4-19 Documenting Metadata 4-20 Metadata Documentation Approaches 4-21 Phase 2: Defining the Dimensional Model 4-22 Star Dimensional Modeling 4-23 Fact Table Characteristics 4-24 Dimension Table Characteristics 4-25 Star Dimensional Model Characteristics 4-26 Using Time in the Data Warehouse 4-27 The Time Dimension 4-28 Using Data Modeling Tools 4-29 Phase 3: Defining the Physical Model 4-31 Physical Model Design Tasks 4-32 Database Object Naming Conventions 4-33 Architectural Requirements 4-34 Strategy for Architecture Definition 4-35 Hardware Requirements 4-36 Making the Right Choice 4-37 Storage and Performance Considerations 4-38 Database Sizing 4-39 v
6 Test Load Sampling 4-40 Oracle9i Database Architectural Advantages 4-41 Data Partitioning 4-42 Horizontal Partitioning 4-44 Vertical Partitioning 4-45 Partitioning Methods 4-46 Indexing 4-48 B-Tree Index 4-49 Bitmap Indexes 4-50 Bitmap Join Indexes 4-51 Star Query Optimization 4-52 Star Transformation 4-53 Parallelism 4-55 Using Summary Data 4-56 Query Rewrite with Oracle9i 4-57 Summary 4-58 Practice 4-1 Overview Building the Data Warehouse: Extracting Data Objectives 5-2 Extraction, Transformation, Loading (ETL) Processes 5-3 ETL: Tasks, Importance, and Cost 5-5 Extracting Data 5-7 Examining Data Sources 5-8 Production Data 5-9 Archive Data 5-10 Internal Data 5-11 External Data 5-12 Mapping Data 5-14 Extraction Techniques 5-15 Extraction Methods 5-17 Designing Extraction Processes 5-19 Maintaining Extraction Metadata 5-21 Extraction Tools 5-22 Selection Criteria 5-23 Possible ETL Failures 5-24 Maintaining ETL Quality 5-26 Oracle s Solution for ETL 5-27 Oracle s Solution for ETL: Oracle9i Streams, Replication, and Message Queuing 5-29 Frontier Airways: A Business Scenario 5-31 Summary 5-33 Practice 5-1 Overview 5-34 vi
7 6 Building the Data Warehouse: Transforming Data Objectives 6-2 Transformation 6-3 Possible Staging Models 6-4 Remote Staging Model 6-5 On-site Staging Model 6-6 Data Anomalies 6-7 Transformation Routines 6-8 Transforming Data: Problems and Solutions 6-9 Multipart Keys Problem 6-10 Multiple Local Standards Problem 6-12 Multiple Files Problem 6-13 Missing Values Problem 6-14 Duplicate Values Problem 6-15 Element Names Problem 6-16 Element Meaning Problem 6-17 Input Format Problem 6-18 Referential Integrity Problem 6-19 Name and Address Problem 6-20 Name and Address Processing in Oracle9i Warehouse Builder 6-22 Quality Data: Importance and Benefits 6-24 Quality: Standards and Improvements 6-26 Data Quality Guidelines 6-28 Data Quality: Solutions and Management 6-30 Transformation Techniques 6-31 Merging Data 6-32 Merging Data 6-33 Adding a Date Stamp 6-34 Adding a Date Stamp: Fact Tables and Dimensions 6-36 Adding Keys to Data 6-38 Summarizing Data 6-39 Maintaining Transformation Metadata 6-41 Data Ownership and Responsibilities 6-43 Transformation Timing and Location 6-45 Choosing a Transformation Point 6-47 Monitoring and Tracking 6-48 Designing Transformation Processes 6-49 Transformation Tools 6-50 Oracle s Enhanced Features for Transformation 6-51 Summary 6-57 Practice 6-1 Overview 6-58 vii
8 7 Building the Data Warehouse: Loading Warehouse Data Objectives 7-2 Loading Data into the Warehouse 7-3 Initial Load and Refresh 7-5 Data Refresh Models: Extract Processing Environment 7-7 Data Refresh Models: Warehouse Processing Environment 7-8 Building the Loading Process 7-9 Data Granularity 7-11 Loading Techniques 7-12 Loading Technique Considerations 7-14 Loading Techniques Provided by Oracle: SQL*Loader 7-16 Loading Techniques Provided by Oracle 7-18 Transportable Tablespaces 7-20 Post-Processing of Loaded Data 7-21 Indexing Data 7-23 Unique Indexes 7-24 Creating Derived Keys 7-25 Summary Management 7-27 Summary Management in Oracle9i 7-28 Filtering Data 7-30 Verifying Data Integrity 7-31 Steps for Verifying Data Integrity 7-32 Standard Quality Assurance Checks 7-34 Summary 7-35 Practice 7-1 Overview Refreshing Warehouse Data Objectives 8-2 Developing a Refresh Strategy for Capturing Changed Data 8-3 User Requirements and Assistance 8-4 Load Window Requirements 8-5 Planning the Load Window 8-6 Scheduling the Load Window 8-7 Capturing Changed Data for Refresh 8-11 Wholesale Data Replacement 8-13 Comparison of Database Instances 8-14 Time and Date Stamping 8-15 Database Triggers 8-16 Using a Database Log 8-17 Choosing a Method for Change Data Capture 8-18 Change Data Capture Mechanism in Oracle9i 8-19 Refresh Mechanisms in Oracle9i 8-22 Applying the Changes to Data 8-24 Overwriting a Record 8-25 Adding a New Record 8-26 viii
9 Adding a Current Field 8-27 Limitations of Methods for Applying Changes 8-28 Maintaining History: Techniques 8-30 Versioning 8-33 Preserve Complete History 8-34 Purging and Archiving Data 8-35 Oracle Supported Techniques for Purging Data 8-36 Oracle Supported Techniques for Archiving Data 8-38 Final Tasks 8-39 Publishing Data 8-41 ETL Tools: Selection Criteria 8-42 ETL Tool Selection Criteria 8-44 Summary 8-45 Practice 8-1 Overview Leaving a Metadata Trail Objectives 9-2 Defining Warehouse Metadata 9-3 Metadata Users 9-5 Types of Metadata 9-6 Examining Types of Metadata 9-7 Examining Metadata: ETL Metadata 9-8 Extraction Metadata 9-10 Transformation Metadata 9-12 Loading Metadata 9-13 Examining Metadata: End-User Metadata 9-14 End-User Metadata: Context 9-15 Example of End-User Metadata 9-16 Historic Context of Data 9-17 Types of Context 9-18 Developing a Metadata Strategy 9-19 Defining Metadata Goals and Intended Usage 9-20 Identifying Target Metadata Users 9-21 Choosing Metadata Tools and Techniques 9-22 Choosing the Metadata Location 9-24 Managing the Metadata 9-25 Integrating Multiple Sets of Metadata 9-26 Managing Changes to Metadata 9-27 Additional Metadata Content and Considerations 9-28 Common Warehouse Metamodel 9-30 Oracle Warehouse Builder: Compliance with OMG-CWM 9-31 Summary 9-33 Practice 9-1 Overview 9-34 ix
10 10 Managing and Maintaining the Data Warehouse Objectives 10-2 Managing the Transition to Production 10-3 Promoting Support for the Data Warehouse 10-4 Choosing Between Pilot and Large-Scale Implementation 10-5 The Warehouse Pilot 10-6 Piloting the Warehouse 10-7 Documentation 10-9 Testing the Warehouse Training Post-Implementation Support Monitoring the Success of the Data Warehouse Measuring the Success of the Data Warehouse Managing Growth Expansion and Adjustment Controlling Expansion Sizing Storage Estimating Storage Objects That Need Space Other Considerations and Techniques Space Management Archiving Data Purging Data Identifying Data Warehouse Performance Issues Review and Revise Secret of Success Course Summary A B Practice Solutions Oracle Warehouse Builder Glossary x
Oracle Database 11g: Data Warehousing Fundamentals
Oracle Database 11g: Data Warehousing Fundamentals Volume I Student Guide D56261GC10 Edition 1.0 February 2009 D58420 Author Lauran K. Serhal Technical Contributors and Reviewers David Allan Hermann Baer
Data Warehouse Database Design Student Guide
Data Warehouse Database Design Student Guide D11803GC10 Edition 1.0 August 2001 D33563 Author M. Lea Shaw Technical Contributors and Reviewers Hermann Baer Joel Barkin Doug Cackett Chon Chua Jean-Pierre
Analytics: Pharma Analytics (Siebel 7.8) Student Guide
Analytics: Pharma Analytics (Siebel 7.8) Student Guide D44606GC11 Edition 1.1 March 2008 D54241 Copyright 2008, Oracle. All rights reserved. Disclaimer This document contains proprietary information and
Oracle BI Discoverer Administrator 11g: Develop an EUL
Oracle BI Discoverer Administrator 11g: Develop an EUL Volume I Student Guide D60283GC10 Edition 1.0 February 2010 D65281 Author Lea Shaw Technical Contributors and Reviewers Praveen Deshpande Kumar Dhanagopal
Oracle9i Database: Advanced Backup and Recovery Using RMAN
Oracle9i Database: Advanced Backup and Recovery Using RMAN Student Guide D16507GC10 Production 1.0 March 2003 D37796 Author Jim Womack Technical Contributors and Reviewers Matthew Arrocha Tammy Bednar
Oracle BI 10g: Analytics Overview
Oracle BI 10g: Analytics Overview Student Guide D50207GC10 Edition 1.0 July 2007 D51731 Copyright 2007, Oracle. All rights reserved. Disclaimer This document contains proprietary information and is protected
Oracle Database 11g: Administer a Data Warehouse
Oracle Database 11g: Administer a Data Warehouse Volume I Student Guide D70064GC10 Edition 1.0 July 2008 D55424 Authors Lauran K. Serhal Mark Fuller Technical Contributors and Reviewers Hermann Baer Kenji
Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1
Slide 29-1 Chapter 29 Overview of Data Warehousing and OLAP Chapter 29 Outline Purpose of Data Warehousing Introduction, Definitions, and Terminology Comparison with Traditional Databases Characteristics
Part 22. Data Warehousing
Part 22 Data Warehousing The Decision Support System (DSS) Tools to assist decision-making Used at all levels in the organization Sometimes focused on a single area Sometimes focused on a single problem
Data Warehousing Fundamentals
Data Warehousing Fundamentals Volume 1 Student Guide... 50102GC20 Production 2.0 May 1999 M08761 Authors Chon S. Chua Richard Green Technical Contributors and Reviewers Jackie Collins Jennifer Jacoby Mike
COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER
Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server
Implementing a Data Warehouse with Microsoft SQL Server
Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL
Implementing a Data Warehouse with Microsoft SQL Server
This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and
Fluency With Information Technology CSE100/IMT100
Fluency With Information Technology CSE100/IMT100 ),7 Larry Snyder & Mel Oyler, Instructors Ariel Kemp, Isaac Kunen, Gerome Miklau & Sean Squires, Teaching Assistants University of Washington, Autumn 1999
Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course
Implementing a Data Warehouse with Microsoft SQL Server 2012
Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data
Data Warehousing with Oracle
Data Warehousing with Oracle Comprehensive Concepts Overview, Insight, Recommendations, Best Practices and a whole lot more. By Tariq Farooq A BrainSurface Presentation What is a Data Warehouse? Designed
Oracle Warehouse Builder 10g
Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6
Cúram Business Intelligence Reporting Developer Guide
IBM Cúram Social Program Management Cúram Business Intelligence Reporting Developer Guide Version 6.0.5 IBM Cúram Social Program Management Cúram Business Intelligence Reporting Developer Guide Version
Course Outline. Module 1: Introduction to Data Warehousing
Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account
Implementing a Data Warehouse with Microsoft SQL Server MOC 20463
Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing
COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER
COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing
Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012
Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.
FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.
FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1
Implementing a Data Warehouse with Microsoft SQL Server 2012
Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led
Mastering Data Warehouse Aggregates. Solutions for Star Schema Performance
Brochure More information from http://www.researchandmarkets.com/reports/2248199/ Mastering Data Warehouse Aggregates. Solutions for Star Schema Performance Description: - This is the first book to provide
Oracle Database 11g for Data Warehousing and Business Intelligence. An Oracle White Paper July 2007
Oracle Database 11g for Data Warehousing and Business Intelligence An Oracle White Paper July 2007 Oracle Database 11g for Data Warehousing and Business Intelligence Introduction...3 Integrate...3 Oracle
Lection 3-4 WAREHOUSING
Lection 3-4 DATA WAREHOUSING Learning Objectives Understand d the basic definitions iti and concepts of data warehouses Understand data warehousing architectures Describe the processes used in developing
East Asia Network Sdn Bhd
Course: Analyzing, Designing, and Implementing a Data Warehouse with Microsoft SQL Server 2014 Elements of this syllabus may be change to cater to the participants background & knowledge. This course describes
OLAP and OLTP. AMIT KUMAR BINDAL Associate Professor M M U MULLANA
OLAP and OLTP AMIT KUMAR BINDAL Associate Professor Databases Databases are developed on the IDEA that DATA is one of the critical materials of the Information Age Information, which is created by data,
Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777
Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing
1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing
1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing 2. What is a Data warehouse a. A database application
Data Warehousing Fundamentals for IT Professionals. 2nd Edition
Brochure More information from http://www.researchandmarkets.com/reports/2171973/ Data Warehousing Fundamentals for IT Professionals. 2nd Edition Description: Cutting-edge content and guidance from a data
AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO
DW2.0 The Architecture for the Next Generation of Data Warehousing W. H. Inmon Forest Rim Technology Derek Strauss Gavroshe Genia Neushloss Gavroshe AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS
Business Intelligence Tutorial: Introduction to the Data Warehouse Center
IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse Center Version 8 IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse
Data Warehouse Overview. Srini Rengarajan
Data Warehouse Overview Srini Rengarajan Please mute Your cell! Agenda Data Warehouse Architecture Approaches to build a Data Warehouse Top Down Approach Bottom Up Approach Best Practices Case Example
Oracle Architecture, Concepts & Facilities
COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of
SQL Server 2012 Business Intelligence Boot Camp
SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations
DATA WAREHOUSING AND OLAP TECHNOLOGY
DATA WAREHOUSING AND OLAP TECHNOLOGY Manya Sethi MCA Final Year Amity University, Uttar Pradesh Under Guidance of Ms. Shruti Nagpal Abstract DATA WAREHOUSING and Online Analytical Processing (OLAP) are
Outline Business Intelligence Roadmap: The Complete Project Lifecycle for Decision-Support Applications
Outline Business Intelligence Roadmap: The Complete Project Lifecycle for Decision-Support Applications Introduction to the BI Roadmap Business Intelligence Framework DW role in BI From Chaos to Architecture
Implementing a Data Warehouse with Microsoft SQL Server
Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform
Business Intelligence Tutorial
IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure
THE DATA WAREHOUSE ETL TOOLKIT CDT803 Three Days
Three Days Prerequisites Students should have at least some experience with any relational database management system. Who Should Attend This course is targeted at technical staff, team leaders and project
Course 20463:Implementing a Data Warehouse with Microsoft SQL Server
Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led (classroom)
Bussiness Intelligence and Data Warehouse. Tomas Bartos CIS 764, Kansas State University
Bussiness Intelligence and Data Warehouse Schedule Bussiness Intelligence (BI) BI tools Oracle vs. Microsoft Data warehouse History Tools Oracle vs. Others Discussion Business Intelligence (BI) Products
Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning
Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes
Implementing a Data Warehouse with Microsoft SQL Server
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20463 Implementing a Data Warehouse with Microsoft SQL Server Length: 5 Days Audience: IT Professionals
Building a Data Warehouse
Building a Data Warehouse With Examples in SQL Server EiD Vincent Rainardi BROCHSCHULE LIECHTENSTEIN Bibliothek Apress Contents About the Author. ; xiij Preface xv ^CHAPTER 1 Introduction to Data Warehousing
When to consider OLAP?
When to consider OLAP? Author: Prakash Kewalramani Organization: Evaltech, Inc. Evaltech Research Group, Data Warehousing Practice. Date: 03/10/08 Email: [email protected] Abstract: Do you need an OLAP
Implementing a Data Warehouse with Microsoft SQL Server 2014
Implementing a Data Warehouse with Microsoft SQL Server 2014 MOC 20463 Duración: 25 horas Introducción This course describes how to implement a data warehouse platform to support a BI solution. Students
Data Warehousing Systems: Foundations and Architectures
Data Warehousing Systems: Foundations and Architectures Il-Yeol Song Drexel University, http://www.ischool.drexel.edu/faculty/song/ SYNONYMS None DEFINITION A data warehouse (DW) is an integrated repository
Change Manager 5.0 Installation Guide
Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.
Data Warehouse: Introduction
Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of base and data mining group,
Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server
Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led
An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing
An Oracle White Paper March 2014 Best Practices for Real-Time Data Warehousing Executive Overview Today s integration project teams face the daunting challenge that, while data volumes are exponentially
DATA WAREHOUSE CONCEPTS DATA WAREHOUSE DEFINITIONS
DATA WAREHOUSE CONCEPTS A fundamental concept of a data warehouse is the distinction between data and information. Data is composed of observable and recordable facts that are often found in operational
IBM WebSphere DataStage Online training from Yes-M Systems
Yes-M Systems offers the unique opportunity to aspiring fresher s and experienced professionals to get real time experience in ETL Data warehouse tool IBM DataStage. Course Description With this training
NEW FEATURES ORACLE ESSBASE STUDIO
ORACLE ESSBASE STUDIO RELEASE 11.1.1 NEW FEATURES CONTENTS IN BRIEF Introducing Essbase Studio... 2 From Integration Services to Essbase Studio... 2 Essbase Studio Features... 4 Installation and Configuration...
Data Warehouse Design
Data Warehouse Design Modern Principles and Methodologies Matteo Golfarelli Stefano Rizzi Translated by Claudio Pagliarani Mc Grauu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City
POLAR IT SERVICES. Business Intelligence Project Methodology
POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...
The Data Warehouse ETL Toolkit
2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. The Data Warehouse ETL Toolkit Practical Techniques for Extracting,
By Makesh Kannaiyan [email protected] 8/27/2011 1
Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan [email protected] 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release
Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)
Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Course Description Data warehousing is a solution organizations use to centralize business data for reporting and analysis. This five-day
www.ijreat.org Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 28
Data Warehousing - Essential Element To Support Decision- Making Process In Industries Ashima Bhasin 1, Mr Manoj Kumar 2 1 Computer Science Engineering Department, 2 Associate Professor, CSE Abstract SGT
An Oracle White Paper February 2009. Real-time Data Warehousing with ODI-EE Changed Data Capture
An Oracle White Paper February 2009 Real-time Data Warehousing with ODI-EE Changed Data Capture Executive Overview Today s integration project teams face the daunting challenge of deploying integrations
MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012
MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Description: This five-day instructor-led course teaches students how to design and implement a BI infrastructure. The
Oracle BPA Suite: Model and Implement Business Processes Volume I Student Guide
Oracle BPA Suite: Model and Implement Business Processes Volume I Student Guide D70464GC10 Edition 1.0 September 2008 D56390 Author Viktor Tchemodanov Technical Contributors and Reviewers Madhavi Buchi
Framework for Data warehouse architectural components
Framework for Data warehouse architectural components Author: Jim Wendt Organization: Evaltech, Inc. Evaltech Research Group, Data Warehousing Practice. Date: 04/08/11 Email: [email protected] Abstract:
Oracle Identity and Access Management: The All-In-One Seminar Student Guide
Oracle Identity and Access Management: The All-In-One Seminar Student Guide D50461GC10 Edition 1.0 June 2007 D51338 Author Litha Dhananjayan Technical Contributors and Reviewers Aykut Celik Sujatha Kalastriraju
ER/Studio Enterprise Portal 1.0.2 User Guide
ER/Studio Enterprise Portal 1.0.2 User Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights
IST722 Data Warehousing
IST722 Data Warehousing Components of the Data Warehouse Michael A. Fudge, Jr. Recall: Inmon s CIF The CIF is a reference architecture Understanding the Diagram The CIF is a reference architecture CIF
Data Warehousing Fundamentals
Data Warehousing Fundamentals Volume 2 Student Guide... 50102GC20 Production 2.0 May 1999 M08762 Authors Chon S. Chua Richard Green Technical Contributors and Reviewers Jackie Collins Jennifer Jacoby Mike
B.Sc (Computer Science) Database Management Systems UNIT-V
1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used
Implementing a Data Warehouse with Microsoft SQL Server 2012
Implementing a Data Warehouse with Microsoft SQL Server 2012 Module 1: Introduction to Data Warehousing Describe data warehouse concepts and architecture considerations Considerations for a Data Warehouse
Data warehouse Architectures and processes
Database and data mining group, Data warehouse Architectures and processes DATA WAREHOUSE: ARCHITECTURES AND PROCESSES - 1 Database and data mining group, Data warehouse architectures Separation between
14. Data Warehousing & Data Mining
14. Data Warehousing & Data Mining Data Warehousing Concepts Decision support is key for companies wanting to turn their organizational data into an information asset Data Warehouse "A subject-oriented,
Oracle OLAP. Describing Data Validation Plug-in for Analytic Workspace Manager. Product Support
Oracle OLAP Data Validation Plug-in for Analytic Workspace Manager User s Guide E18663-01 January 2011 Data Validation Plug-in for Analytic Workspace Manager provides tests to quickly find conditions in
Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Designing Business Intelligence Solutions with Microsoft SQL Server 2012
Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10777: Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: 5 Days Audience:
Performance Enhancement Techniques of Data Warehouse
Performance Enhancement Techniques of Data Warehouse Mahesh Kokate VJTI-Mumbai, India [email protected] Shrinivas Karwa VJTI, Mumbai- India [email protected] Saurabh Suman VJTI-Mumbai, India
LEARNING SOLUTIONS website milner.com/learning email [email protected] phone 800 875 5042
Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300
Building an Effective Data Warehouse Architecture James Serra
Building an Effective Data Warehouse Architecture James Serra Global Sponsors: About Me Business Intelligence Consultant, in IT for 28 years Owner of Serra Consulting Services, specializing in end-to-end
Oracle Utilities Mobile Workforce Management Business Intelligence
Oracle Utilities Mobile Workforce Management Business Intelligence Metric Reference Guide Release 2.4.0 E26818-01 December 2011 Oracle Utilities Mobile Workforce Management Business Intelligence Metric
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Appliances and DW Architectures John O Brien President and Executive Architect Zukeran Technologies 1 TDWI 1 Agenda What
Oracle Enterprise Manager
Oracle Enterprise Manager Getting Started with Oracle Change Management Pack Release 9.2.0 March 2002 Part No. A96679-01 Oracle Enterprise Manager Getting Started with Oracle Change Management Pack, Release
Data Warehousing and Data Mining
Data Warehousing and Data Mining Part I: Data Warehousing Gao Cong [email protected] Slides adapted from Man Lung Yiu and Torben Bach Pedersen Course Structure Business intelligence: Extract knowledge
Business Intelligence Solution for Small and Midsize Enterprises (BI4SME)
Business Intelligence Solution for Small and Midsize Enterprises (BI4SME) Preface Not only large Enterprises can benefit from the advantages of Business Intelligence (BI) Solutions. BI4SME is a cost efficient,
Oracle Application Server 10g: Administer High Availability
Oracle Application Server 10g: Administer High Availability Student Guide D21855GC10 Production 1.0 July 2006 D46705 Author Shankar Raman Technical Contributors and Reviewers Shankar Raman Fermin Castro
Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1
Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Mark Rittman, Director, Rittman Mead Consulting for Collaborate 09, Florida, USA,
Oracle Utilities Meter Data Management Business Intelligence
Oracle Utilities Meter Data Management Business Intelligence Metric Reference Guide Release 2.3.2 E22567-01 May 2011 Oracle Utilities Meter Data Management Business Intelligence Metric Reference Guide
COURSE OUTLINE. Track 1 Advanced Data Modeling, Analysis and Design
COURSE OUTLINE Track 1 Advanced Data Modeling, Analysis and Design TDWI Advanced Data Modeling Techniques Module One Data Modeling Concepts Data Models in Context Zachman Framework Overview Levels of Data
Republic Polytechnic School of Information and Communications Technology C355 Business Intelligence. Module Curriculum
Republic Polytechnic School of Information and Communications Technology C355 Business Intelligence Module Curriculum This document addresses the content related abilities, with reference to the module.
Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya
Chapter 6 Basics of Data Integration Fundamentals of Business Analytics Learning Objectives and Learning Outcomes Learning Objectives 1. Concepts of data integration 2. Needs and advantages of using data
How To Write A Diagram
Data Model ing Essentials Third Edition Graeme C. Simsion and Graham C. Witt MORGAN KAUFMANN PUBLISHERS AN IMPRINT OF ELSEVIER AMSTERDAM BOSTON LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE
Oracle Communications Data Model
Oracle Communications Data Model Operations Guide 11g Release 1 (11.2) E15883-02 September 2010 Oracle Communications Data Model Operations Guide, 11g Release 1 (11.2) E15883-02 Copyright 2010, Oracle
How to Enhance Traditional BI Architecture to Leverage Big Data
B I G D ATA How to Enhance Traditional BI Architecture to Leverage Big Data Contents Executive Summary... 1 Traditional BI - DataStack 2.0 Architecture... 2 Benefits of Traditional BI - DataStack 2.0...
Understanding Data Warehousing. [by Alex Kriegel]
Understanding Data Warehousing 2008 [by Alex Kriegel] Things to Discuss Who Needs a Data Warehouse? OLTP vs. Data Warehouse Business Intelligence Industrial Landscape Which Data Warehouse: Bill Inmon vs.
