D Daaatta W Waaarrreeehhhooouuusssiiinng B I R L A S O F T

Size: px
Start display at page:

Download "D Daaatta W Waaarrreeehhhooouuusssiiinng B I R L A S O F T"

Transcription

1 Data Warehousing B I R L A S O F T

2 Contents 1.0 Overview Rationale for the Data Warehouse: Brief overview of data warehousing : Creating the Data Warehouse The Developmental Phases Definition Phase Generation Phase The Manage and Load Phase Enabling Technologies Technologies for Data warehouse generation : Technologies for data management Technologies for Information access : Data mining : Standards and trends MetaData : OLAP information Access: Glossary 14

3 1.0 Overview 1.1 Rationale for the Data Warehouse: There are several ways that data warehousing can be used successfully by companies : Provide business users with a customer centric view of heterogeneous data Provide value to customers with better information when coupled with internet access technology Provide repository of customer information for business planning and analysis Integrate islands of information to provide meaningful insights to entities such as clients and suppliers Provide macro level information views on business value delivery and performance when combined with external feeds Enhance traditional reporting with more insight Provide reports on global trends of a MNC 1.2 Brief overview of data warehousing : IN a data warehouse, a company transforms the data into a more useful resource by doing the following : Summarize the data ( grouping it more conveniently for end users ) Transform the data ( putting it into more useable formats ) Categorize the data ( ability to slice and dice the data for information ) Distribute the data ( increase availability and accessibility ) Data in a data warehouse always have an explicit time dimension which allows historical information build up. The foundation of a successful data warehouse project lies in having an enterprise wide data model which provides the framework for analyzing the performance measures that underlie the business decision making processes of the enterprise. Hence an effort needs to be made to identify the performance measures, the data elements and algorithms and then map these onto the enterprise wide data model. Then the data is organized into categories ( data marts ) and the information in these individual categories is integrated into metadata. Data cleansing, improving the quality of data, is a very important prerequisite of a successful data warehouse and is an ongoing process. The slicing and dicing of the data is what is called OLAP or on line analytical processing. To serve the needs of having data warehousing, OLAP is the only way as OLTP systems have failed to serve the needs. OLAP systems allow ad hoc processing and supports access to data over time periods. OLAP needs data that are lightly to highly summarized, unchanging and accessed as read only. OLAP systems are the aggregation, transformation, integration and historical collection of OLTP data from one or more systems. In recent times, OLAP functionality is being built into OLTP systems which is called ODS ( operational data store ).

4 2.0 Creating the Data Warehouse Operational Data Store External Data Sales Data Warehouse Generation Data Management Web server Information Access Graphical Presentation Query & Reports Browser The above represents the stages of creating a data warehouse. The next chapter discusses some of the technologies involved at each stage/level and some products.

5 2.1 The Developmental Phases Although data warehousing projects develop in a non-linear and highly iterative fashion, three developmental phases are commonly recognized. This is an excerpt from how the projects are done in an Oracle environment: 1. Definition Phase Numerous definitions are created that describe a logical warehouse. These definitions formally describe: The warehouse schema Data sources Map, transform, and load operations For the most part, these are pure definitions. Typical Data Warehouse Architecture 2. Generation Phase A physical instance of the logical warehouse is described by configuring a set of definitions. The configured definitions are validated and then used to generate a set of scripts to create and manage the physical instance: DDL scripts to create the warehouse and intermediate schemas PL/SQL, SQL*Loader, and TCL scripts to extract data, map and transform the data, and then load it into the physical instance. After the scripts are generated, they are used to deploy objects to the physical instance. The scripts are also deployed to a file system where they can be used by Oracle Enterprise Manager and Oracle Workflow to schedule and manage load and refresh jobs.

6 3. Load and Manage Phase After the generated scripts have been deployed to a file system, the infrastructure for load and refresh jobs is implemented: Job dependencies are described as an Oracle Workflow process Oracle Enterprise Manager is used to schedule individual jobs or an Oracle Workflow process. 2.2 Definition Phase During this phase, numerous definitions are created to completely describe a logical warehouse. These include definitions for the target warehouse schema, intermediate schemas that serve as work areas, and the source data whether for database sources or operating system flat files. Warehouse Schema A data warehouse project begins with the characterization of user requirements. As these requirements grow more definite, a dimensional model usually suggests itself; dimensions and facts can literally be read off of a set of user questions. Builder s initial role is to capture this conceptual model as it evolves, and store the model as a set of formal definitions that define a logical warehouse. Builder stores these definitions in a repository structure called a warehouse module. As the requirements converge on solution, you can continue to modify its formal definition using Builder s Warehouse Module Editor and display the schema in a tabular or graphical format. Builder is particularly powerful because you can define a logical warehouse and then configure various physical instances. Builder can then validate the definitions for a physical instance, generate the scripts to create objects for the instance, and generate another set of scripts to manage the instance. For example, you could design a comprehensive Sales and Marketing model but then deploy various versions as physical instances from simple to complex. The Source Data As a data warehouse project converges on a dimensional model, developers start assessing sources of data for the warehouse. You can use the Import Metadata Wizard to import definitions of data sources from: Database Sources including Oracle Designer repositories Flat File Sources SAP Applications This Builder wizard imports definitions and stores them in a repository structure called a "Source Module." During a later stage, these source definitions are used in the design, development, and implementation of routines that extract, transform, and load data into target warehouse schemas. Source to Target Mappings After the target schema for the logical warehouse and its data sources have been logically defined, you can create definitions that describe how to extract, transform, and load data. These definitions are called "Mappings" and are stored in the warehouse module that defines the target warehouse schema. These definitions extract and transform data from database and flat file sources and then load it into target tables. This could be a simple one step move or a complex multi stage process involving, joins, filters, aggregations etc.

7 2.3 Generation Phase At this point, Builder s repository contains formal definitions for the logical warehouse schema, all of its data sources, and the mapping and transformation operations. The definitions can now be configured to create and load a physical instance of the warehouse. This phase takes four steps. 1. Configure a set of definitions for a physical instance 2. Validate the set of definitions 3. Generate scripts from the set of definitions 4. Deploy objects to the physical instance and the scripts to a file The working assumption is that you know the properties required by the physical instance of the warehouse. Builder generates the following kinds of scripts from a configured set of definitions: DDL scripts that create objects for the physical instance: Database links Staging tables Dimensions, facts, and materialized views PL/SQL and SQL*Loader routines that: Extract data, transform, and load data into the physical instance TCL scripts that: Are registered with Oracle Enterprise Manager Used to define Oracle Workflow processes that manages job dependencies Run jobs that load and refresh the physical instance The generated scripts are deployed to a file system and used to deploy objects to the physical instance. Configure You describe a physical instance of the logical warehouse by configuring a set of definitions. The configuration parameters determine whether an object is deployed, the processing characteristics of selected objects, location of deployed scripts, the physical properties of warehouse objects, and a host of other properties. When you configure a set of definitions, you can also define and configure a specific set of indexes and partitions for the objects deployed to the physical instance. Validate After you configure a physical instance, you need to validate the set of definitions before you generate the scripts that implement an instance. The validation procedures verify foreign key references, object references in mappings, data type mismatches, and other properties. Generate After you have a validated set of configured definitions that describe a physical instance, you generate one set of scripts which are used to deploy objects to a physical instance and another which are used as load and refresh jobs. Deploy Objects After Builder generates the scripts for a physical instance, you can immediately deploy the database objects (database links, tables, dimensions, facts, materialized views, synonyms, and PL/SQL packages) to one or more instances. You can also deploy the scripts that create the objects to a file system, and then deploy the objects by manually executing the deployed scripts.

8 Deploy Scripts After Builder generates the scripts for a physical instance, you can immediately deploy the scripts to a set of directories. These directories include DDL, PLS, TCL, SQL*Loader control file directory, and others. The TCL scripts define jobs that can be manually run or schedules to load and refresh the physical instance. Register Scripts After Builder generates the scripts for a physical instance, you can register the TCL scripts that define load and refresh jobs to an Oracle Enterprise Manager repository. You can also register scripts with an Oracle Workflow server to manage job dependencies such as the dependence of fact tables on its dimensions. 2.4 The Manage and Load Phase The warehouse objects have been deployed to a physical instance and the jobs that initially load or periodically refresh the instance have been deployed to a directory and registered with Oracle Enterprise Manager. The nest step is to set up and schedule jobs that initially load and periodically refresh a data warehouse. Jobs that load new data or refresh existing data in a data warehouse must be run in a strict sequence to insure that all foreign key references can be satisfied. Generally, this means that referenced tables must be loaded before the tables making the references can be loaded. You can manage these dependencies by manually scheduling the jobs, or you can define an Oracle Workflow process to manage the dependencies and then schedule the Workflow process.

9 3.0 Enabling Technologies Many technologies associated with Data Warehousing is not new. Some of the key enabling technologies are : Desk top systems with powerful GUIs RDBMS Public networks such as internet Private networks using public infrastructure such as intranet Extraction and transformation products Metadata repository tools Scalability technology in storage, processing units, networking etc. 3.1 Technologies for Data warehouse generation : This step performs the following function : Prepare and Extract the data from operational systems Transform and cleanse the data Move and load the data to the warehouse server Modeling the data in the data warehouse ( technical and business metadata) Some of the vendors who provide tools and products for this step are as follows : Company Apertus Carleton D2K ETI IBM Informatica IB Platinum Praxis Int. PWC Prism Solutions Sagent Technology Vality Technology Product Metacenter Tapestry ETI Extract Visual warehouse Powermart SmartMart InfoRefiner OmniEnterprise Geneva V/T Prism Warehouse Executive Sagent Datamart Integrity 3.2 Technologies for data management Some of the newer technologies which are enhancing the ability to use database for its intended use is the emergence of Multidimensional databases ( MDBMS ). A traditional RDBMS has two dimensions relating an entity with its attributes. A MDBMS stores that data with other dimensions such as time and value. The way a join is performed is different as MDBMS can do a star join while a traditional RDBMS can only perform joins in pairs. MDBMS is optimized for data retrieval while a RDBMS is for updates. Multidimensional databases store data as sparse hypercube ( such as Oracle MDBMS ) or as micro hypercube ( such as from Brio Technology ). Some of the vendors who provide technologies for data management for data warehousing are as follows :

10 Company Arbor Gentia IBM Information Advantage Informix Microsoft MicroStrategy NCR Oracle Pilot Platinum technology Red Brick systems SAS Seagate Sybase Product Essbase server Gentia DB2 universal database Decision Suite Informix Metacube SQL server DSS server Teradata Express Server DSS InfoBeacon Red Brick Warehouse Warehouse administrator Crystal info. IQ database 3.3 Technologies for Information access : This is the third technology group needed to build a working data warehouse. This includes information access, graphical representation (graphical view of the information ) and data mining ( viewing the unknown information ). Information access can be of various types. Predefined access : 4Gls and other reporting tools are used to provide this facility. A lot of them are now pre configured into web front ends to provide commonly used information. Ad Hoc access : Desk top applications such as MS office or browsers are used for this. There are more sophisticated OLAP tools which enable aggregation, analysis and view facility on data. Tools for frequent access : Such tools, also called MQE, enable high frequency users to use the warehouse. Advanced access and analysis tools : This enables users to perform statistical and other advanced operations in the front end of the data warehouse. The graphical representation of these queries perform user access service along with converting it into meaningful information with a snap shot view of the relevant data. Some of the products which fall in the information access category are as follows : Company Andyne Brio Business objects Cognos IBM Integral Solutions IQ software Microsoft Platinum Product GQL BrioQuery Business objects Impromptu, Powerplay, Scenario Intelligent Miner toolkit Clementine data mining toolkit IQ MS Query, access, excel Forest & Trees

11 SAS Seagate Silicon Graphics Enterprise Miner, Reporter, system for Information Delivery Crystal Info Mineset 3.4 Data mining : This provides a means of extracting previously unknown, actionable information from the growing base of data in the warehouse. This technology uses sophisticated, automated algorithms to discover hidden patterns, correlations, relationships among millions of data. Typically data mining performs the following functions : Classification Clustering Association Sequencing Forecasting Some representative companies and products are given below : Company Product Angoss KnowledgeSeeker Business objects BuisnessMiner Datamind Datacruncher IBM Intelligent Miner Integral Solutions Clementine Magnify Pattern Pilot software DSS SAS Enterprise Miner Thinking Machines Darwin

12 4.0 Standards and trends The need for standardization is felt in some of the key aspects of warehouse generation and information access. In the generation stage Metadata standardization is critical for client flexibility and vendor independence. 4.1 MetaData : Today, there is a great deal of inconsistency in defining, storing, and managing the meta data. Each product has its own approach. As seen in the previous chapter there are several vendors for generating data warehouse and each have their own approach to it. As no standard exists, choice of the product for data generation will guide the choice of the data management and tools components in the total solution. There is a move to standardize on MetaData Interchange Specification ( MDIS ). The relational database vendors are trying to create their own standards. Microsoft supports OIM and COM. Informatica initiated MX architecture could also provide a standard for metadata. Companies such as Brio, Business Objects, Cognos support this MX architecture. Oracle has established WTI which is a method to integrate with Oracle s database. Given the databases popularity, many vendors have adopted this initiative. 4.2 OLAP information Access: The goal is transparent access between any client and any server running an OLAP application. Microsoft has established some standards called OLE DB for OLAP which facilitates this. Microsoft also offers Active Framework for data warehousing which provides a common architecture interfaces for third parties. The other standard doing the rounds is MD API. Some trends in this market place from customer perspective is to buy the entire solution rather than build it. From the vendor side, there is a consolidation of tools to cover the entire spectrum of creating a solution and leveraging internet tools to provide the access. The confluence of warehouse technology in the backend and the internet technology in the front end has profound implications for delivering the value from data warehousing. Web accessible architecture : This allows the users to use a browser to view the data in a predefined way via the intranet or extranet. This has minimal flexibility for ad hoc reporting and query. Web enabled tools : IN this, the access tools we viewed in the earlier chapter are getting web enabled. Now, these tools can run on a browser and display the information dynamically on the browser using HTML formats. Architecturally, these tools deploy the four tier architecture consisting of the browser, web server, application server and the database.

13 This has some flexibility but cannot handle sophisticated and advanced queries now. though this will realize as time goes by. Web exploited tools : These are the most advanced forms of information access using the web technology. Java is the platform for such advances. In this, client applets interact directly with the server side Java applications via RPC or MOMs which directly interact with the database using JDBC. Such tools will greatly enable the realization of successful use of data warehouses. The other trend is to create packaged data warehouses for vertical industries. Suppliers such as Comshare, Platinum, SAS offer such packages. A lot of cross industry applications are embedding data warehousing capabilities in their packaged solutions. ERP vendors are also adding an OLAP layer to sit on top of its OLTP systems though this has found greater impact on data marts rather than data warehouses.

14 5.0 Data Warehousing Glossary Data warehousing Data warehousing is the process of extracting, integrating, aggregating, filtering, summarizing, standardizing, transforming, cleansing and quality checking the organization applications data and storing it in a consolidated database. This database will end up being the only source from which the management will access and retrieve information for decision making. Data mart Data marts can be viewed as a more specialized data warehouse. The size of a data mart is much smaller than that of a data warehouse and therefore the time required to implement a data mart is less than the time required to implement a data warehouse. The cost of implementing a data mart is less than that of a data warehouse. Data extraction Data extraction is the process of extracting data from the OLTP databases or from external sources and storing it in a consolidated area. The extracted data will be used for populating the data warehouse. Some of the data extraction techniques that can be used are snapshot extraction, time stamp extraction, etc. Data transformation The data that is extracted from the OLTP databases and external data sources is raw data. Data transformation will have to be carried out on the extracted data before it can be stored in the data warehouse. Some of the data transformation tasks that have to be carried out are: Data Substitution, Data Standardization, Data Filtering and Data Summarization. Data standardization As the data which is going to be stored in the data warehouse file will be retrieved from multiple OLTP databases it will have to be standardized. An examples of data standardization is the standardization of the data stored in date fields or the standardization of data that is stored in flags. Data filtering Data filtering is the process of extracting only the required data from the OLTP databases and external data sources. The filtered data that has been extracted will be used for populating the data warehouse files. For example the end user may want to store only the last five years sales data in the data warehouse. Data cleansing Data cleansing is the process of cleansing and enhancing the data that is stored in the data warehouse. Some of the data cleansing activities are the standardization of data, ensuring the accuracy and quality of the data that is stored in the data warehouse, initializing of fields in the data warehouse, ensuring the data integrity of the data that is stored in the data warehouse, etc.

15 Meta data Meta data can be thought of as data about data. It forms an important part of any data warehouse and could also determine the success of a data warehouse. There are basically two kinds of meta data that can be found in a data warehouse. These two kinds of meta data are technical meta data and business meta data. Meta data will be useful for those who are going to administer and use the data warehouse. Operational data Operational data is the data that is stored in the organizations OLTP applications. Operational data will usually be stored in relational databases or in flat files and is also called as real time data. One of the characteristics of operational data is that it is volatile. Operational data is not ideal for analysis. Informational data can be derived from the operational data. Operational database Operational databases contains an organizations operational data that is generated by their OLTP systems. The data that is present in these databases is not ideal for carrying out data analysis. The data in these operational databases will be used for populating the files in a data warehouse. OLAP OLAP otherwise know as On Line Analytical Processing is a multi dimensional analysis technique that end users can use for carrying out analysis on the data that is stored in a data warehouse. Some the basic concepts that are associated with OLAP are drill down and drill up along a dimension, slice and dice through the data, drill across, etc. Non volatile data No volatile data is data that will not undergo much change. The data that is stored in the data warehouse is non volatile data. This is one of the characteristics of the data that is stored in a data warehouse. It is advisable to carry out analysis on non volatile data. Data scrubbing The physical transformation and purifying of the operational data that is going to be stored in the data warehouse is known as data scrubbing. Data scrubbing can be defined as the process of filtering, merging, standardizing, initializing and translating the operational data in order to create informational data that can be stored in the data warehouse. Data dumping It is important to store the right data in a data warehouse. Data should not be stored in a data warehouse just because it is available. Storing of unnecessary data in a data warehouse is called as data dumping. It is up to the data warehouse team to ensure that the data warehouse does not contain any unnecessary data. Meta data users

16 Meta data users are those who access the meta data that is provided along with a data warehouse. Meta data users can be classified into two categories. They are technical users and business users. Aggregate data Aggregate data is the data that has undergone data summarization. By storing aggregate data in the data warehouse it will be possible to improve the performance times of the end users queries. The drawback of storing aggregate data is that the time required to populate the files containing the aggregate data could be high. Data dictionary A database about data and database structures. A data dictionary contains details about all data elements that are present in the databases. It will contain the name of each data element, the structures of each data element such as the length and type of the data elements and information about their usage. Data quality The quality of the data that is present in the data warehouse is very important. In order to ensure data quality the data warehouse team should ensure that no junk or corrupted data is stored in the data warehouse. Also the fields in the data warehouse that do not contain any data should be initialized. The quality of the data that is stored in the data warehouse could determine the success of the data warehouse. Data accuracy The accuracy of the data that is stored in the data warehouse plays an important role in determining how successful the data warehouse is going to be. It is up to the data warehouse team to ensure that the data stored in the data warehouse is accurate.

IT DATA WAREHOUSING AND DATA MINING UNIT-2 BUSINESS ANALYSIS

IT DATA WAREHOUSING AND DATA MINING UNIT-2 BUSINESS ANALYSIS PART A 1. What are production reporting tools? Give examples. (May/June 2013) Production reporting tools will let companies generate regular operational reports or support high-volume batch jobs. Such

More information

DATA MINING AND WAREHOUSING

DATA MINING AND WAREHOUSING DATA MINING AND WAREHOUSING Qno Question Answer 1 Define data warehouse? Data warehouse is a subject oriented, integrated, time-variant, and nonvolatile collection of data that supports management's decision-making

More information

REPORTING AND QUERY TOOLS AND APPLICATIONS

REPORTING AND QUERY TOOLS AND APPLICATIONS Tool Categories: REPORTING AND QUERY TOOLS AND APPLICATIONS There are five categories of decision support tools Reporting Managed query Executive information system OLAP Data Mining Reporting Tools Production

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 04-06 Data Warehouse Architecture Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing. About the Tutorial A data warehouse is constructed by integrating data from multiple heterogeneous sources. It supports analytical reporting, structured and/or ad hoc queries and decision making. This

More information

OLAP Introduction and Overview

OLAP Introduction and Overview 1 CHAPTER 1 OLAP Introduction and Overview What Is OLAP? 1 Data Storage and Access 1 Benefits of OLAP 2 What Is a Cube? 2 Understanding the Cube Structure 3 What Is SAS OLAP Server? 3 About Cube Metadata

More information

Data Warehouse and Mining

Data Warehouse and Mining Data Warehouse and Mining 1. is a subject-oriented, integrated, time-variant, nonvolatile collection of data in support of management decisions. A. Data Mining. B. Data Warehousing. C. Web Mining. D. Text

More information

Teradata Aggregate Designer

Teradata Aggregate Designer Data Warehousing Teradata Aggregate Designer By: Sam Tawfik Product Marketing Manager Teradata Corporation Table of Contents Executive Summary 2 Introduction 3 Problem Statement 3 Implications of MOLAP

More information

Benefits of Automating Data Warehousing

Benefits of Automating Data Warehousing Benefits of Automating Data Warehousing Introduction Data warehousing can be defined as: A copy of data specifically structured for querying and reporting. In most cases, the data is transactional data

More information

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing The Evolution of Data Warehousing Data Warehousing Concepts Since 1970s, organizations gained competitive advantage through systems that automate business processes to offer more efficient and cost-effective

More information

Data warehouse architecture consists of the following interconnected layers:

Data warehouse architecture consists of the following interconnected layers: Architecture, in the Data warehousing world, is the concept and design of the data base and technologies that are used to load the data. A good architecture will enable scalability, high performance and

More information

CHAPTER 3 Implementation of Data warehouse in Data Mining

CHAPTER 3 Implementation of Data warehouse in Data Mining CHAPTER 3 Implementation of Data warehouse in Data Mining 3.1 Introduction to Data Warehousing A data warehouse is storage of convenient, consistent, complete and consolidated data, which is collected

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 03 Architecture of DW Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Basic

More information

Business Intelligence and Decision Support Systems

Business Intelligence and Decision Support Systems Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 8: Data Warehousing Learning Objectives Understand the basic definitions and concepts of data warehouses Learn different

More information

Data Warehousing. Ritham Vashisht, Sukhdeep Kaur and Shobti Saini

Data Warehousing. Ritham Vashisht, Sukhdeep Kaur and Shobti Saini Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 6 (2013), pp. 669-674 Research India Publications http://www.ripublication.com/aeee.htm Data Warehousing Ritham Vashisht,

More information

The strategic advantage of OLAP and multidimensional analysis

The strategic advantage of OLAP and multidimensional analysis IBM Software Business Analytics Cognos Enterprise The strategic advantage of OLAP and multidimensional analysis 2 The strategic advantage of OLAP and multidimensional analysis Overview Online analytical

More information

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective B.Manivannan Research Scholar, Dept. Computer Science, Dravidian University, Kuppam, Andhra Pradesh, India

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

Intelligence Platform

Intelligence Platform SAS Publishing SAS Overview Second Edition Intelligence Platform The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Intelligence Platform: Overview, Second Edition.

More information

INTRODUCTION. Chris Claterbos, Vlamis Software Solutions, Inc. REVIEW OF ARCHITECTURE

INTRODUCTION. Chris Claterbos, Vlamis Software Solutions, Inc. REVIEW OF ARCHITECTURE BUILDING AN END TO END OLAP SOLUTION USING ORACLE BUSINESS INTELLIGENCE Chris Claterbos, Vlamis Software Solutions, Inc. claterbos@vlamis.com INTRODUCTION Using Oracle 10g R2 and Oracle Business Intelligence

More information

Dr.G.R.Damodaran College of Science

Dr.G.R.Damodaran College of Science 1 of 20 8/28/2017 2:13 PM Dr.G.R.Damodaran College of Science (Autonomous, affiliated to the Bharathiar University, recognized by the UGC)Reaccredited at the 'A' Grade Level by the NAAC and ISO 9001:2008

More information

Reporting and Query tools and Applications

Reporting and Query tools and Applications BUSINESS ANALYSIS Reporting and Query tools and Applications Five categories of tools Reporting Managed Query Executive information systems On-line analytical processing Data mining Reporting tools Production

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization Best Practices Metadata Dictionary Application Architecture Prepared by Rainer Schoenrank January 2017 Table of Contents 1. INTRODUCTION... 3 1.1 PURPOSE OF THE

More information

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT MANAGING THE DIGITAL FIRM, 12 TH EDITION Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT VIDEO CASES Case 1: Maruti Suzuki Business Intelligence and Enterprise Databases

More information

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI Department of Information Technology IT6702 Data Warehousing & Data Mining Anna University 2 & 16 Mark Questions & Answers Year / Semester: IV / VII Regulation:

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz May 20, 2014 Announcements DB 2 Due Tuesday Next Week The Database Approach to Data Management Database: Collection of related files containing

More information

Chapter 6 VIDEO CASES

Chapter 6 VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

Data Warehousing. Adopted from Dr. Sanjay Gunasekaran

Data Warehousing. Adopted from Dr. Sanjay Gunasekaran Data Warehousing Adopted from Dr. Sanjay Gunasekaran Main Topics Overview of Data Warehouse Concept of Data Conversion Importance of Data conversion and the steps involved Common Industry Methodology Outline

More information

Full file at

Full file at Chapter 2 Data Warehousing True-False Questions 1. A real-time, enterprise-level data warehouse combined with a strategy for its use in decision support can leverage data to provide massive financial benefits

More information

Managing Information Resources

Managing Information Resources Managing Information Resources 1 Managing Data 2 Managing Information 3 Managing Contents Concepts & Definitions Data Facts devoid of meaning or intent e.g. structured data in DB Information Data that

More information

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse Principles of Knowledge Discovery in bases Fall 1999 Chapter 2: Warehousing and Dr. Osmar R. Zaïane University of Alberta Dr. Osmar R. Zaïane, 1999 Principles of Knowledge Discovery in bases University

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 07 Terminologies Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Database

More information

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004 Oracle Warehouse Builder 10g Runtime Environment, an Update An Oracle White Paper February 2004 Runtime Environment, an Update Executive Overview... 3 Introduction... 3 Runtime in warehouse builder 9.0.3...

More information

After completing this course, participants will be able to:

After completing this course, participants will be able to: Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008 T h i s f i v e - d a y i n s t r u c t o r - l e d c o u r s e p r o v i d e s i n - d e p t h k n o w l e d g e o n d e s

More information

Subject Oriented: Data that gives information about a particular subject instead of about a company's ongoing operations.

Subject Oriented: Data that gives information about a particular subject instead of about a company's ongoing operations. DATA WAREHOUSING AND DATA MINING NOTES [UNIT I and II] Data Warehouse Introduction A data warehouse is a collection of data marts representing historical data from different operations in the company.

More information

Chapter 3. Foundations of Business Intelligence: Databases and Information Management

Chapter 3. Foundations of Business Intelligence: Databases and Information Management Chapter 3 Foundations of Business Intelligence: Databases and Information Management THE DATA HIERARCHY TRADITIONAL FILE PROCESSING Organizing Data in a Traditional File Environment Problems with the traditional

More information

CT75 DATA WAREHOUSING AND DATA MINING DEC 2015

CT75 DATA WAREHOUSING AND DATA MINING DEC 2015 Q.1 a. Briefly explain data granularity with the help of example Data Granularity: The single most important aspect and issue of the design of the data warehouse is the issue of granularity. It refers

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz Nov 10, 2016 Class Announcements n Database Assignment 2 posted n Due 11/22 The Database Approach to Data Management The Final Database Design

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

Chapter 13 Business Intelligence and Data Warehouses The Need for Data Analysis Business Intelligence. Objectives

Chapter 13 Business Intelligence and Data Warehouses The Need for Data Analysis Business Intelligence. Objectives Chapter 13 Business Intelligence and Data Warehouses Objectives In this chapter, you will learn: How business intelligence is a comprehensive framework to support business decision making How operational

More information

Question Bank. 4) It is the source of information later delivered to data marts.

Question Bank. 4) It is the source of information later delivered to data marts. Question Bank Year: 2016-2017 Subject Dept: CS Semester: First Subject Name: Data Mining. Q1) What is data warehouse? ANS. A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile

More information

Data Integration and ETL with Oracle Warehouse Builder

Data Integration and ETL with Oracle Warehouse Builder Oracle University Contact Us: 1.800.529.0165 Data Integration and ETL with Oracle Warehouse Builder Duration: 5 Days What you will learn Participants learn to load data by executing the mappings or the

More information

WORK EXPERIENCE: Client: On Time BI, Dallas, TX Project: Sr. BODI Developer

WORK EXPERIENCE: Client: On Time BI, Dallas, TX Project: Sr. BODI Developer Experience Summary: Well versed in Application Design, Data Extraction, Data Acquisition, Data Mining, Development, Implementations & Testing of Data warehousing & Database business systems. Data modeling

More information

Hyperion Interactive Reporting Reports & Dashboards Essentials

Hyperion Interactive Reporting Reports & Dashboards Essentials Oracle University Contact Us: +27 (0)11 319-4111 Hyperion Interactive Reporting 11.1.1 Reports & Dashboards Essentials Duration: 5 Days What you will learn The first part of this course focuses on two

More information

Rocky Mountain Technology Ventures

Rocky Mountain Technology Ventures Rocky Mountain Technology Ventures Comparing and Contrasting Online Analytical Processing (OLAP) and Online Transactional Processing (OLTP) Architectures 3/19/2006 Introduction One of the most important

More information

by Prentice Hall

by Prentice Hall Chapter 6 Foundations of Business Intelligence: Databases and Information Management 6.1 2010 by Prentice Hall Organizing Data in a Traditional File Environment File organization concepts Computer system

More information

Oracle Database 11g: Data Warehousing Fundamentals

Oracle Database 11g: Data Warehousing Fundamentals Oracle Database 11g: Data Warehousing Fundamentals Duration: 3 Days What you will learn This Oracle Database 11g: Data Warehousing Fundamentals training will teach you about the basic concepts of a data

More information

Data Mining Concepts & Techniques

Data Mining Concepts & Techniques Data Mining Concepts & Techniques Lecture No. 01 Databases, Data warehouse Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro

More information

Data Mining and Warehousing

Data Mining and Warehousing Data Mining and Warehousing Sangeetha K V I st MCA Adhiyamaan College of Engineering, Hosur-635109. E-mail:veerasangee1989@gmail.com Rajeshwari P I st MCA Adhiyamaan College of Engineering, Hosur-635109.

More information

Guide Users along Information Pathways and Surf through the Data

Guide Users along Information Pathways and Surf through the Data Guide Users along Information Pathways and Surf through the Data Stephen Overton, Overton Technologies, LLC, Raleigh, NC ABSTRACT Business information can be consumed many ways using the SAS Enterprise

More information

Crystal Reports. Overview. Contents. How to report off a Teradata Database

Crystal Reports. Overview. Contents. How to report off a Teradata Database Crystal Reports How to report off a Teradata Database Overview What is Teradata? NCR Teradata is a database and data warehouse software developer. This whitepaper will give you some basic information on

More information

OBT Global presents. SAP Business Information Warehouse. -an overview -

OBT Global presents. SAP Business Information Warehouse. -an overview - OBT Global presents. SAP Business Information Warehouse -an overview - Contents General Overview Architecture Overview Reporting Overview 6/19/2009 2 General Overview 6/19/2009 3 BW Defined BW is SAP's

More information

Introduction to Federation Server

Introduction to Federation Server Introduction to Federation Server Alex Lee IBM Information Integration Solutions Manager of Technical Presales Asia Pacific 2006 IBM Corporation WebSphere Federation Server Federation overview Tooling

More information

Fig 1.2: Relationship between DW, ODS and OLTP Systems

Fig 1.2: Relationship between DW, ODS and OLTP Systems 1.4 DATA WAREHOUSES Data warehousing is a process for assembling and managing data from various sources for the purpose of gaining a single detailed view of an enterprise. Although there are several definitions

More information

DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY

DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY CHARACTERISTICS Data warehouse is a central repository for summarized and integrated data

More information

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP)

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP) CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP) INTRODUCTION A dimension is an attribute within a multidimensional model consisting of a list of values (called members). A fact is defined by a combination

More information

Chris Claterbos, Vlamis Software Solutions, Inc. David Fuston, Vlamis Software Solutions, Inc.

Chris Claterbos, Vlamis Software Solutions, Inc. David Fuston, Vlamis Software Solutions, Inc. USING ORACLE WAREHOUSE BUILDER 9I AND ORACLE 9I TO CREATE OLAP READY WAREHOUSES Chris Claterbos, Vlamis Software Solutions, Inc. David Fuston, Vlamis Software Solutions, Inc. INTRODUCTION With the use

More information

e-warehousing with SPD

e-warehousing with SPD e-warehousing with SPD Server Leigh Bates SAS UK Introduction!e -Warehousing! Web-enabled SAS Technology! Portals! Infrastructure! Storage End to End Data Warehouse Web Enabled Data Warehouse Web Enabled

More information

DATA MINING TRANSACTION

DATA MINING TRANSACTION DATA MINING Data Mining is the process of extracting patterns from data. Data mining is seen as an increasingly important tool by modern business to transform data into an informational advantage. It is

More information

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED PLATFORM Executive Summary Financial institutions have implemented and continue to implement many disparate applications

More information

TDWI Data Modeling. Data Analysis and Design for BI and Data Warehousing Systems

TDWI Data Modeling. Data Analysis and Design for BI and Data Warehousing Systems Data Analysis and Design for BI and Data Warehousing Systems Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your

More information

Outline. Managing Information Resources. Concepts and Definitions. Introduction. Chapter 7

Outline. Managing Information Resources. Concepts and Definitions. Introduction. Chapter 7 Outline Managing Information Resources Chapter 7 Introduction Managing Data The Three-Level Database Model Four Data Models Getting Corporate Data into Shape Managing Information Four Types of Information

More information

: How does DSS data differ from operational data?

: How does DSS data differ from operational data? by Daniel J Power Editor, DSSResources.com Decision support data used for analytics and data-driven DSS is related to past actions and intentions. The data is a historical record and the scale of data

More information

Q1) Describe business intelligence system development phases? (6 marks)

Q1) Describe business intelligence system development phases? (6 marks) BUISINESS ANALYTICS AND INTELLIGENCE SOLVED QUESTIONS Q1) Describe business intelligence system development phases? (6 marks) The 4 phases of BI system development are as follow: Analysis phase Design

More information

An Introduction to Data Mining in Institutional Research. Dr. Thulasi Kumar Director of Institutional Research University of Northern Iowa

An Introduction to Data Mining in Institutional Research. Dr. Thulasi Kumar Director of Institutional Research University of Northern Iowa An Introduction to Data Mining in Institutional Research Dr. Thulasi Kumar Director of Institutional Research University of Northern Iowa AIR/SPSS Professional Development Series Background Covering variety

More information

DSS based on Data Warehouse

DSS based on Data Warehouse DSS based on Data Warehouse C_13 / 19.01.2017 Decision support system is a complex system engineering. At the same time, research DW composition, DW structure and DSS Architecture based on DW, puts forward

More information

Data Warehousing and OLAP Technologies for Decision-Making Process

Data Warehousing and OLAP Technologies for Decision-Making Process Data Warehousing and OLAP Technologies for Decision-Making Process Hiren H Darji Asst. Prof in Anand Institute of Information Science,Anand Abstract Data warehousing and on-line analytical processing (OLAP)

More information

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1) What does the term 'Ad-hoc Analysis' mean? Choice 1 Business analysts use a subset of the data for analysis. Choice 2: Business analysts access the Data

More information

1. Inroduction to Data Mininig

1. Inroduction to Data Mininig 1. Inroduction to Data Mininig 1.1 Introduction Universe of Data Information Technology has grown in various directions in the recent years. One natural evolutionary path has been the development of the

More information

Data Warehousing. Data Warehousing and Mining. Lecture 8. by Hossen Asiful Mustafa

Data Warehousing. Data Warehousing and Mining. Lecture 8. by Hossen Asiful Mustafa Data Warehousing Data Warehousing and Mining Lecture 8 by Hossen Asiful Mustafa Databases Databases are developed on the IDEA that DATA is one of the critical materials of the Information Age Information,

More information

Practical Database Design Methodology and Use of UML Diagrams Design & Analysis of Database Systems

Practical Database Design Methodology and Use of UML Diagrams Design & Analysis of Database Systems Practical Database Design Methodology and Use of UML Diagrams 406.426 Design & Analysis of Database Systems Jonghun Park jonghun@snu.ac.kr Dept. of Industrial Engineering Seoul National University chapter

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 02 Introduction to Data Warehouse Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology

More information

What s New in SAS/Warehouse Administrator

What s New in SAS/Warehouse Administrator What s New in SAS/Warehouse Administrator Scott Anderson, Wilbram Hazejager SAS Institute EMEA Agenda Product positioning Product history What s new since last time? Product demonstration Future plans

More information

collection of data that is used primarily in organizational decision making.

collection of data that is used primarily in organizational decision making. Data Warehousing A data warehouse is a special purpose database. Classic databases are generally used to model some enterprise. Most often they are used to support transactions, a process that is referred

More information

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Paper RIV05 Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting

More information

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse An End-to to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse Presented at ODTUG 2003 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880 http://www.vlamis.com

More information

An Overview of Data Warehousing and OLAP Technology

An Overview of Data Warehousing and OLAP Technology An Overview of Data Warehousing and OLAP Technology CMPT 843 Karanjit Singh Tiwana 1 Intro and Architecture 2 What is Data Warehouse? Subject-oriented, integrated, time varying, non-volatile collection

More information

Course Contents: 1 Business Objects Online Training

Course Contents: 1 Business Objects Online Training IQ Online training facility offers Business Objects online training by trainers who have expert knowledge in the Business Objects and proven record of training hundreds of students Our Business Objects

More information

KORA. Business Intelligence An Introduction

KORA. Business Intelligence An Introduction Business Intelligence An Introduction Outline What is Business Intelligence Business Intelligence Market BI Tools & Users What should be understood when someone uses the term Business Intellingence? But

More information

Data Science. Data Analyst. Data Scientist. Data Architect

Data Science. Data Analyst. Data Scientist. Data Architect Data Science Data Analyst Data Analysis in Excel Programming in R Introduction to Python/SQL/Tableau Data Visualization in R / Tableau Exploratory Data Analysis Data Scientist Inferential Statistics &

More information

Chris Claterbos, Vlamis Software Solutions, Inc.

Chris Claterbos, Vlamis Software Solutions, Inc. ORACLE WAREHOUSE BUILDER 10G AND OLAP WHAT S NEW Chris Claterbos, Vlamis Software Solutions, Inc. INTRODUCTION With the use of the new features found in recently updated Oracle s Warehouse Builder (OWB)

More information

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools SAP Technical Brief Data Warehousing SAP HANA Data Warehousing Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools A data warehouse for the modern age Data warehouses have been

More information

1. Attempt any two of the following: 10 a. State and justify the characteristics of a Data Warehouse with suitable examples.

1. Attempt any two of the following: 10 a. State and justify the characteristics of a Data Warehouse with suitable examples. Instructions to the Examiners: 1. May the Examiners not look for exact words from the text book in the Answers. 2. May any valid example be accepted - example may or may not be from the text book 1. Attempt

More information

Sql Fact Constellation Schema In Data Warehouse With Example

Sql Fact Constellation Schema In Data Warehouse With Example Sql Fact Constellation Schema In Data Warehouse With Example Data Warehouse OLAP - Learn Data Warehouse in simple and easy steps using Multidimensional OLAP (MOLAP), Hybrid OLAP (HOLAP), Specialized SQL

More information

Decision Support, Data Warehousing, and OLAP

Decision Support, Data Warehousing, and OLAP Decision Support, Data Warehousing, and OLAP : Contents Terminology : OLAP vs. OLTP Data Warehousing Architecture Technologies References 1 Decision Support and OLAP Information technology to help knowledge

More information

Cognos Dynamic Cubes

Cognos Dynamic Cubes Cognos Dynamic Cubes Amit Desai Cognos Support Engineer Open Mic Facilitator Reena Nagrale Cognos Support Engineer Presenter Gracy Mendonca Cognos Support Engineer Technical Panel Member Shashwat Dhyani

More information

INFORMATICA POWERCENTER BASICS KNOWLEDGES

INFORMATICA POWERCENTER BASICS KNOWLEDGES INFORMATICA POWERCENTER BASICS KNOWLEDGES Emil LUNGU 1, Gabriel PREDUŞCĂ 2 1 Valahia University of Targoviste, Faculty of Sciences and Arts, 18-24 Unirii Blvd., 130082 Targoviste, Romania 2 Valahia University

More information

Oracle 1Z0-515 Exam Questions & Answers

Oracle 1Z0-515 Exam Questions & Answers Oracle 1Z0-515 Exam Questions & Answers Number: 1Z0-515 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ Oracle 1Z0-515 Exam Questions & Answers Exam Name: Data Warehousing

More information

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures)

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures) CS614- Data Warehousing Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad Nov 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 CS614 - Data Warehousing - Midterm

More information

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

Managing Data Resources

Managing Data Resources Chapter 7 Managing Data Resources 7.1 2006 by Prentice Hall OBJECTIVES Describe basic file organization concepts and the problems of managing data resources in a traditional file environment Describe how

More information

ETL and OLAP Systems

ETL and OLAP Systems ETL and OLAP Systems Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Software Development Technologies Master studies, first semester

More information

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:-

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:- UNIT III: Data Warehouse and OLAP Technology: An Overview : What Is a Data Warehouse? A Multidimensional Data Model, Data Warehouse Architecture, Data Warehouse Implementation, From Data Warehousing to

More information

Data-Driven Driven Business Intelligence Systems: Parts I. Lecture Outline. Learning Objectives

Data-Driven Driven Business Intelligence Systems: Parts I. Lecture Outline. Learning Objectives Data-Driven Driven Business Intelligence Systems: Parts I Week 5 Dr. Jocelyn San Pedro School of Information Management & Systems Monash University IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, 2004 Lecture

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 rschoenrank@computer.org Business Intelligence Process Architecture By Rainer Schoenrank Data Warehouse Consultant

More information

GUJARAT TECHNOLOGICAL UNIVERSITY MASTER OF COMPUTER APPLICATIONS (MCA) Semester: IV

GUJARAT TECHNOLOGICAL UNIVERSITY MASTER OF COMPUTER APPLICATIONS (MCA) Semester: IV GUJARAT TECHNOLOGICAL UNIVERSITY MASTER OF COMPUTER APPLICATIONS (MCA) Semester: IV Subject Name: Elective I Data Warehousing & Data Mining (DWDM) Subject Code: 2640005 Learning Objectives: To understand

More information

Techno Expert Solutions An institute for specialized studies!

Techno Expert Solutions An institute for specialized studies! Getting Started Course Content of IBM Cognos Data Manger Identify the purpose of IBM Cognos Data Manager Define data warehousing and its key underlying concepts Identify how Data Manager creates data warehouses

More information

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd rafal@projectbotticelli.com Objectives Explain the basics of: 1. Data

More information

UNIT -1 UNIT -II. Q. 4 Why is entity-relationship modeling technique not suitable for the data warehouse? How is dimensional modeling different?

UNIT -1 UNIT -II. Q. 4 Why is entity-relationship modeling technique not suitable for the data warehouse? How is dimensional modeling different? (Please write your Roll No. immediately) End-Term Examination Fourth Semester [MCA] MAY-JUNE 2006 Roll No. Paper Code: MCA-202 (ID -44202) Subject: Data Warehousing & Data Mining Note: Question no. 1 is

More information