Exam preparation session. Examinable Topics Key characteristics of databases From data modelling to DB design –Beyond data modelling –Realistic constraints.

Slides:



Advertisements
Similar presentations
Advanced Oracle DB tuning Performance can be defined in very different ways (OLTP versus DSS) Specific goals and targets must be set => clear recognition.
Advertisements

The Architecture of Oracle
Business Intelligence
INTRODUCTION TO ORACLE DATABASE ADMINISTRATION Lynnwood Brown System Managers LLC Introduction – Lecture 1 Copyright System Managers LLC 2007 all rights.
Lecture 1 Intro Databases and Information Systems DT210 S McKeever 1.
Chapter 9 DATA WAREHOUSING Transparencies © Pearson Education Limited 1995, 2005.
Data Warehouse/Data Mart Components Concepts Characteristics.
MS DB Proposal Scott Canaan B. Thomas Golisano College of Computing & Information Sciences.
Introduction to Data Warehousing. From DBMS to Decision Support DBMSs widely used to maintain transactional data Attempts to use of these data for analysis,
Chapter 6: Database Evolution Title: AutoAdmin “What-if” Index Analysis Utility Authors: Surajit Chaudhuri, Vivek Narasayya ACM SIGMOD 1998.
Designing the Data Warehouse and Data Mart Methodologies and Techniques.
Components and Architecture CS 543 – Data Warehousing.
Physical Design CS 543 – Data Warehousing. CS Data Warehousing (Sp ) - Asim LUMS2 Physical Design Steps 1. Develop standards 2.
Oracle 10g Database Administrator: Implementation and Administration Chapter 14 Proactive Maintenance.
Chapter 13 The Data Warehouse
Business Intelligence
Data Warehouse Components
Designing a Data Warehouse
Business Intelligence
1 Copyright © 2005, Oracle. All rights reserved. Introduction.
Data Conversion to a Data warehouse Presented By Sanjay Gunasekaran.
Data Mining: Concepts & Techniques. Motivation: Necessity is the Mother of Invention Data explosion problem –Automated data collection tools and mature.
Understanding Analysis Services Architecture. Microsoft Data Warehousing Overview OLTP Source DTS DW Storage Analysis Services Clients OLE DB for OLAP,
Lecture-1 Introduction and Background
OLAM and Data Mining: Concepts and Techniques. Introduction Data explosion problem: –Automated data collection tools and mature database technology lead.
Data Warehouse Fundamentals Rabie A. Ramadan, PhD 2.
Lab2 CPIT 440 Data Mining and Warehouse.
Designing a Data Warehouse Issues in DW design. Three Fundamental Processes Data Acquisition Data Storage Data a Access.
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
Oracle Data Block Oracle Concepts Manual. Oracle Rows Oracle Concepts Manual.
M ETADATA OF NATIONAL STATISTICAL OFFICES B ELARUS, R USSIA AND K AZAKHSTAN Miroslava Brchanova, Moscow, October, 2014.
March 19981© Dennis Adams Associates Tuning Oracle: Key Considerations Dennis Adams 25 March 1998.
Oracle9i Performance Tuning Chapter 1 Performance Tuning Overview.
1 The module aims to: n Extend the concepts and practical implementation of the relational model. n Introduce the concepts of Object Oriented and Object-
Data Warehouse Design Xintao Wu University of North Carolina at Charlotte Nov 10, 2008.
Data Warehousing Lecture-1 1. Introduction and Background 2.
CSC8417 Advanced Web Data Management S Examiner: Dr Stijn Dekeyser Moderator: Dr Hua Wang.
Oracle 10g Database Administrator: Implementation and Administration Chapter 1 Oracle Architecture Overview.
CERN – European Organization for Nuclear Research Administrative Support - Internet Development Services CET and the quest for optimal implementation and.
Decision Support Systems Option Topic #2 HSC IPT.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Oracle 10g Database Administrator: Implementation and Administration Chapter 7 Basic Table Management.
MITM743 Advanced Project Management Introduction To The Class.
27-18 września Data Mining dr Iwona Schab. 2 Semester timetable ORGANIZATIONAL ISSUES, INDTRODUCTION TO DATA MINING 1 Sources of data in business,
INTRODUCTION TO ORACLE DATABASE ADMINISTRATION Lynnwood Brown President System Managers LLC Introduction – Lecture 1 Copyright System Managers LLC 2003.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
Advanced Database Concepts
© 2014 IBM Corporation IBM SPSS Modeler Gold on Cloud Jump Start Service.
Chap 5. Disk IO Distribution Chap 6. Index Architecture Written by Yong-soon Kwon Summerized By Sungchan IDS Lab
Database structure and space Management. Database Structure An ORACLE database has both a physical and logical structure. By separating physical and logical.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 4- 1.
Week 7 Lecture Part 2 Introduction to Database Administration Samuel S. ConnSamuel S. Conn, Asst Professor.
HO Final Session: Wrap-up EK BUNCHUA Room # 528 Thammasat Business School.
MIS 451 Building Business Intelligence Systems Data Staging.
1 Copyright © Oracle Corporation, All rights reserved. Business Intelligence and Data Warehousing.
3 Copyright © 2006, Oracle. All rights reserved. Designing and Developing for Performance.
Enterprise Data Modelling Dr Jing LU Enterprise Data Modelling (EDM) Unit Code: SWD603.
Christoph F. Eick: Final Words COSC Topics Covered in COSC 3480  Data models (ER, Relational, XML)  Using data models; learning how to store real.
Introduction Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe.
Physical Database Design and Performance
SEEM5770/ECLT5840 Course Review
Database structure and space Management
Oracle Architecture Overview
Data Warehousing and Data Mining
Team Project, Part II NOMO Auto, Part II IST 210 Section 4
Rob Gleasure robgleasure.com
Rob Gleasure robgleasure.com
COMP5331 Advanced Topics Prepared by Raymond Wong
COSC 3480 Projects & Homeworks Fall 2003
Presentation transcript:

Exam preparation session

Examinable Topics Key characteristics of databases From data modelling to DB design –Beyond data modelling –Realistic constraints – key practical questions –Key decisions in design optimisation Categories of critical operations (inc. internet DBs) Issues in DB performance –Reading data in Oracle –Writing / changing data –Indexing –Partitioning Distributed DBs –Control / challenges / protocols for commit & abort / timestamping –Options for data administration

Examinable Topics (2) Creating Oracle DBs –When DB is created –Block size –Tablespaces –Object creation: sizing / extents / segments / tables / views / clusters Data Warehousing –From OLTPS to DMSS –Data extract explosion –Data quality –Datawarehouse architecture / life cycle / data models / implementation approaches –Datamarts –Predefined reports / OLAP / data mining Transferring / migrating data –Data staging areas –Data cleaning –What can go wrong + utilities Advanced Database tuning methodologies and techniques

Exam paper 120 marks (+80cw = 200) 6 questions must do 4 type 5 questions: a & b 1 straight question All are focused on one specific topic but can involve material across lectures Notes (web + class attendance) are sufficient

Sample question Question x (a) Explain how Oracle™ handles the sizing and the growth of objects in a tablespace (e.g: segments, extents, pctincrease factor, block size etc…) and what this means for database administrators (13 percent) (b) Explain the use of tablespaces in Oracle™ and the reasoning behind creating and organizing them (e.g. business relevance, types of objects, etc). (12 percent)