© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 17 Sharing Enterprise Data.

Slides:



Advertisements
Similar presentations
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senns Information Technology, 3 rd Edition Chapter 7 Enterprise Databases.
Advertisements

Chapter 1: The Database Environment
Database Systems: Design, Implementation, and Management
Distributed Data Processing
C6 Databases.
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Chapter 1: The Database Environment
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Data - Information - Knowledge
Chapter 9 Designing Systems for Diverse Environments.
Managing Data Resources
Database Software File Management Systems Database Management Systems.
Distributed DBMSs A distributed database is a single logical database that is physically distributed to computers on a network. Homogeneous DDBMS has the.
Distributed Database Management Systems
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Chapter 9 : Distributed Database.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Database Processing: Fundamentals, Design, and Implementation, 9/e by David M. KroenkeChapter 15/1 Copyright © 2004 Please……. No Food Or Drink in the class.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall COS 346 Day 26.
1 9 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 9 Database Management Approaches.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Chapter 12 Distributed Database Management Systems
Fundamentals, Design, and Implementation, 9/e COS 346 Day 25.
Managing Data Resources
The University of Akron Dept of Business Technology Computer Information Systems Database Management Approaches 2440: 180 Database Concepts Instructor:
Database Processing for Business Intelligence Systems
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Big Data, Data Warehouses, and Business Intelligence Systems Chapter Eight DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 7 th Edition.
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Chapter 1: The Database Environment
Module D Panko and Panko Business Data Networks and Security, 9 th Edition © 2013 Pearson Education, Inc. Publishing as Prentice Hall.
Database Architectures and the Web
Chapter 12 Designing Distributed and Internet Systems
Concepts of Database Management, Fifth Edition
Selected Topics on Databases n Multi-User Databases –more than one user processes the database at the same time n System Architectures for Multi-User Environments.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
12 1 Chapter 12 Distributed Database Management Systems Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Database Design – Lecture 16
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
Session-8 Data Management for Decision Support
10 1 Chapter 10 Distributed Database Management Systems Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Week 5 Lecture Distributed Database Management Systems Samuel ConnSamuel Conn, Asst Professor Suggestions for using the Lecture Slides.
Chapter 14 Sharing Enterprise Data David M. Kroenke Database Processing © 2000 Prentice Hall.
Fundamentals, Design, and Implementation, 9/e by David M. Kroenke Lecture 23: Sharing Enterprise Data Chapter 15 BSA206 Database Management Systems.
(C) 2000, The University of Michigan 1 Database Application Design Handout #8 February 25, 2000.
CSS/417 Introduction to Database Management Systems Workshop 4.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
Business Intelligence Systems Appendix J DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 6 th Edition.
1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Dimensional Modeling Primer Chapter 1 Kimball & Ross.
Distributed database system
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Topic Distributed DBMS Database Management Systems Fall 2012 Presented by: Osama Ben Omran.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
+ Big Data. + Chapter Objectives Learn the basic concepts of Big Data, structured storage, and the MapReduce process Learn the basic concepts of data.
 Distributed Database Concepts  Parallel Vs Distributed Technology  Advantages  Additional Functions  Distribution Database Design  Data Fragmentation.
BACS 485 Multi-User Database Processing. Lecture Objectives Learn the difference between single and multi-user database processing and understand the.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
Managing Data Resources File Organization and databases for business information systems.
James A. Senn’s Information Technology, 3rd Edition
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES
Chapter 1: The Database Environment
Chapter 1: The Database Environment
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Presentation transcript:

© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 17 Sharing Enterprise Data

© 2002 by Prentice Hall 2 Enterprise Database Processing Architectures Many organizations have a variety of database architectures. Enterprise database processing is concerned with the challenges associated with merging these different architectures into a single view of the organizational data.

© 2002 by Prentice Hall 3 Database Processing Architectures Teleprocessing Systems Client-Server Systems File-Sharing Systems Distributed Database Systems

© 2002 by Prentice Hall 4 Teleprocessing Systems All processing is done by one computer. Users may use dumb terminals to transmit information to the centralized computer.

© 2002 by Prentice Hall 5 Relationship of Programs in a Teleprocessing System

© 2002 by Prentice Hall 6 Client-Server Systems Client-Server processing is a form of cooperative computing. Client computers and servers, using a network, share the computing burden. DBMS functionality is provided by one computer, typically the server.

© 2002 by Prentice Hall 7 Client-Server Architecture

© 2002 by Prentice Hall 8 File-Sharing Systems Files are shared between servers and client computers. The server does not provide DBMS functionality.

© 2002 by Prentice Hall 9 File-Sharing Architecture

© 2002 by Prentice Hall 10 Distributed Database Systems Distributed Databases store portions of the database on multiple systems that are interconnected using a network. As such, no one system contains the entire database.

© 2002 by Prentice Hall 11 Distributed Database Architecture

© 2002 by Prentice Hall 12 Data Partitioning Vertical Fragment –This refers to a table that is divided based on columns Horizontal Fragment –This refers to a table that is divided based on the values of the data Mixed Partitions –These systems have both Vertical and Horizontal fragments

© 2002 by Prentice Hall 13 Data Replication Data replication is when the DBMS maintains multiple copies of the same database on different computers.

© 2002 by Prentice Hall 14 Types of Distributed Databases Partitioned, non-replicated Non-partitioned, replicated Partitioned, replicated

© 2002 by Prentice Hall 15 Distributed Database Criteria Parallelism Independence Flexibility Availability Cost/Complexity Control Security

© 2002 by Prentice Hall 16 Downloading Data Data may be pulled from a server- based DBMS and downloaded to a client.

© 2002 by Prentice Hall 17 Issues in Downloading Data Coordination Consistency Access Control Computer Crime

© 2002 by Prentice Hall 18 On Line Analytic Processing (OLAP) OLAP (oh-lap) is an on-line system that analyzes and presents data in a particular manner. The data categories are called axes or dimensions. This is termed an OLAP Cube. There are no limits on the number of axes. If a large number of axes are used, it is termed an OLAP Hypercube

© 2002 by Prentice Hall 19 OLAP Terminology

© 2002 by Prentice Hall 20 Relational Source Data for an OLAP Cube

© 2002 by Prentice Hall 21 An OLAP Cube

© 2002 by Prentice Hall 22 Data Warehouse A data warehouse is a store of enterprise data (and procedures) that is designed to facilitate management decision making A data warehouse includes data, tools, procedures, training, personnel, and other resources that are required or that make decision making easier The data comes from many different sources and may output to many different sources

© 2002 by Prentice Hall 23 Data Warehouse

© 2002 by Prentice Hall 24 Data Warehouse Components

© 2002 by Prentice Hall 25 Categories of Data Warehouse Requirements

© 2002 by Prentice Hall 26 Data Warehouse Challenges Inconsistent Data Tool Integration Missing Warehouse Data Management Tools Ad Hoc Nature of Requirements

© 2002 by Prentice Hall 27 Data Mart A data mart is a facility akin to a data warehouse but for a much smaller domain The goal of the data mart is to provide the functionality of a data warehouse within a limited domain

© 2002 by Prentice Hall 28 Data Administration Data is an critical and expensive to acquire resource to an organization. As such, careful administrative procedures and controls are required.

© 2002 by Prentice Hall 29 Data Administration Challenges

© 2002 by Prentice Hall 30 Data Administration Functions

© 2002 by Prentice Hall 31 David M. Kroenke Database Processing Eighth Edition Chapter 17 Sharing Enterprise Data