Metadata Flow in a Multi-Vendor Enterprise Toolset Focus Area Session Code: AFM55SN

Size: px
Start display at page:

Download "Metadata Flow in a Multi-Vendor Enterprise Toolset Focus Area Session Code: AFM55SN"

Transcription

1 Metadata Flow in a Multi-Vendor Enterprise Toolset Focus Area Session Code: AFM55SN 1

2 Session Abstract Slide Metadata is everywhere underneath all data and object modeling tools as well as within the repositories of the ETL, DW, EAI, and BI development tools. Typical enterprise metadata flows will be presented and demonstrated around CA products: in particular the integration of ALL Fusion ERwin Data Modeler with ETL tools like Informatica PowerCenter or Oracle Warehouse Builder, and BI tools like Business Objects, Cognos ReportNet. The metadata movement solutions are becoming increasingly powerful as they need to support multiple technologies (from proprietary API or file formats, to standards like CWM XMI), and they need to offer complex metamodel mappings and transformations (e.g. Relational to OLAP & BI). However such complexity also needs to be hidden behind fast, configurable, and easy to use metadata movement components that are well integrated (add-on or OEM embedded) within all the development tools. These metadata movement components must be bi-directional (forward and reverse engineering), and reconnect with each tool s metadata management system (repository versioning, or embedded metadata compare & merge tools). 2

3 Customer Biography Slide Christian H. Bremeau Meta Integration Technology, Inc. Christian has 20 years of experience entirely devoted to metadata repository technologies. He has been involved with virtually all metadata standards, more recently with the OMG CWM. He has also published numerous papers, and is a regular speaker at DAMA and metadata related conferences. Today, he is the CEO of Meta Integration which he founded The company has established itself as the Switzerland of Metadata per Lou Agosta (a Giga Information Group analyst), and has developed key partnerships as the metadata component provider to leading software vendors like Computer Associates, Microsoft, IBM, Oracle, Sybase, NCR, SAS, BO, Cognos & Informatica. 3

4 Agenda Slide Metadata Movement Technologies Metadata Flow Use Cases Metadata Flow Demos 4

5 Metadata Flow (heart beat) Forward Engineering (primary metadata flow) Reverse Engineering (initial creation or update) Legacy Migration Design & Modeling Multi-Vendor Development Tools Business Intelligence (BI) OM - Object Modeling DM - Data Modeling Data Movement & Data Integration (ETL & EAI) Dimensional Modeling Report Authoring Metadata inside Operational Data Stores & Data Warehouses RDBMS vendors new BI initiative pushing OLAP to the database level Flat File Structures XML Schema or DTD RDBMS Schema / DDL OLAP metadata 5

6 So where is Metadata? Metadata is right next to the data! (or at least the physical models) Catalogs and Schemas of RDBMS(s) (DB2, Oracle, SQL Server), Source code declarations of Java Classes, C/C++ Classes, or Cobol structures, DTD(s) and Schemas of XML Files. Repositories of database design tools: CA AllFusion ERwin Data Modeler, Oracle Designer, Repositories of Software Development Environments: CA Advantage Gen, Microsoft Visual Studio, IBM WebSphere/Eclipse, Repositories of EAI, ETL, DW, & BI Development Tools. Legacy Data Migration (LDM) e.g. ETI. Data Extraction, Transformation, and Load (ETL) e.g. Informatica, Enterprise Application Integration (EAI) e.g. IBM Data Warehousing (DW) e.g. Oracle. Data Mining, Online Analytical Processing (OLAP) e.g. Hyperion. Business Intelligence (BI) e.g. BO and Cognos. Sometimes the Repository is the standalone product: CA Advantage Repository, ASG Viasoft Rochade 6

7 Metadata Exchange within the Design Tool World Legacy metadata Migration: a design tool has been replaced by another one. E.g. from CA GroundWorks/Terrain to AllFusion ERwin Data Modeler Metadata Re-engineering: re-engineering a model from an IDEF1X based design tool to a UML based design tool for application development. E.g. From CA AllFusion ERwin Data Modeler to IBM Rational Rose roundtrips Metadata Integration: using the right tool at the right time. a conceptual model can be performed using a UML object-modeling tool, E.g. IBM Rational Rose the logical models may be performed using an IDEF1X data-modeling tool, E.g. CA AllFusion ERwin Data Modeler finally some of physical models can be performed in a specialized tool. E.g. Oracle Designer 7

8 Using the Native File Format There are 3 major categories: Binary files of design tools or repositories, Text files, possibly structured in a language like the Rational Rose MDL Direct database access (underlying repository). Benefits & drawbacks: + Reliable metadata when exporting. Possibility of corrupting metadata when importing. Proprietary solution specific to the tool vendor (often requires high maintenance on new versions). 8

9 Using an Import/Export File Format There are 3 major categories: Specific text or binary formats CSV text files dumping tables from repositories like the CA ERwin 3.x ERX XML files (standards like OMG UML or CWM XMI or proprietary like CA AllFusion ERwin Data Modeler XML There are issues about import/export formats: Sometimes incomplete or unreliable (try the export/re-import roundtrip test) Sometimes multiple interpretations of the standards like CDIF and XMI Standards are making progress: From the CASE Data Interchange Format (CDIF), To the Metadata Coalition (MDC) XML based on the Open Information Model (OIM) (now merged with the OMG) The Object Management Group (OMG) s XML metadata Interchange (XMI) based on the Meta Object Facility (MOF) as the meta-meta-model supporting the Unified Modeling Language (UML) metamodels and all the Common Warehouse Metamodels (CWM). 9

10 Importing / Exporting Metadata with an API There are multiple issues to consider when looking at an API: Availability for various programming languages (C++, Java) on various platforms (Windows, Unix) Performance when driven by some middleware (OMG CORBA, or MS DCOM/OLE2), Reliability of the Vendor s External API for Integrators vs. the Vendor s Internal API used by their own tools. Complexity & Efficiency of a direct API vs. a generic/reflexive API like the OMG Meta Object Facilities (MOF) Cost as sometimes the API or SDK is not automatically delivered with the tool (CA Advantage Gen) There are some new emerging standards in the Java community driven by the OMG UML CWM leaders JSR # Java metadata API JSR # Data Mining API JSR # Java OLAP Interface (JOLAP) 10

11 Metadata Movement Complexity Levels Level 1 Physical Metadata: RDBMS schemas and catalogs and DDL (tables, columns, data types) Flat file structures, XML schemas and DTD Level 2: Logical (Business) Metadata Logical models with entity, relationships, attributes, with descriptions, etc. Level 3: Lineage Metadata: Design: conceptual object model to logical data model, and logical data models to their physical data models ETL: source to target mapping BI: relational to dimension mapping, and dimensions to cubes or reports Level 4: Transformation Metadata ETL: source to target transformations BI: expressions from relational to dimensions, and dimensions to cubes Other complex metadata: graphical layouts, process models, etc. 11

12 Metadata Movement Challenges Importing (Extracting) metadata from tool A : Vendors offer access to partial/incomplete metadata. API, vs. file format (native vs. export, XML based or not) Extracting lineage and transformations often requires complex parsing of proprietary transformation expressions which contains some syntax from virtually any language (SQL, VB, C/C++, Java) Exporting (Creating) metadata to tool B : Reliability of the API Tolerance of the file format (e.g. the ability to export incomplete mapping or transformations) Built-in support for metadata version management (e.g. the ability to compare and integrate with existing metadata) Complexity of metadata movement transformations: Complex metamodel mapping (e.g. from Relational to OLAP), Sometimes requires multiple selectable algorithms (bridge options), Sophisticated transformations far beyond the capabilities of XSLT scripts or ETL tools. 12

13 Meta Integration s Metadata Movement Solutions The OMG s Common Warehouse Metamodel (CWM) Meta Object Facility (MOF) Unified Modeling Language (UML) M2 Meta- Levels M3 Meta-metamodel Metamodel, Meta-metadata OMG Examples The MOF MetaMetaModel The UML MetaModel with Class, Operations, Attributes, Relationships, etc. The CWM Relational MetaModel with Table, columns, Primary Keys, etc. Warehouse Management Analysis Common Warehouse Metamodel (CWM) Transformation Warehouse Process OLAP Data Mining Information Visualization Warehouse Operation Business Nomenclature M1 Model, Metadata, (also Schema) A UML Object Model with a Class Customer and an operation getaddress A CWM Relational Model with a Table CustomerAddress and Columns: Street, Zip, etc. Resources Object- Oriented Relational Record- Oriented Multi Dimensional XML Instance of Level M0 Data, Object, Instance, (also record, row) { Peter Frampton, 123 Main Street, Mountain-View, CA, } XML Metadata Interchange (XMI) Foundation CWM Levels Business Information Data Types Expressions Keys Index Object Core Type Mapping Software Deployment 13

14 Metadata Conference / DAMA Symposium March Hilton Anaheim California ERwin 14

15 Metadata Conference / DAMA Symposium April 28 May 2, 2002 / San Antonio, Texas. Common Warehouse Metamodel (CWM) XMI Adaptive Repository Hyperion Application Builder IBM DB2 UDB Meta Integration Model Bridge SAS Data Builder Popular RDBMS: DB2, Oracle, SQL server, etc. Database Schema Extraction CA ALLFusion ERwin DM Rational Rose DM Sybase PowerDesigner Oracle Designer 15

16 Business Cases: Between Design Tools Legacy metadata Migration Issues: American Automobile Association (AAA) to phase out a particular legacy design tool from COOL:Gen (TI Composer) to CA AllFusion ERwin DM Sprint Corporation to standardize (corporate wide) on CA AllFusion ERwin DM from all used data modeling tools including Oracle Designer , Sybase PowerDesigner PDM 6.1, Silverrun RDM 2.4.4, Sterling COOL:Enterprise (ADW 2.7), COOL:DBA (Terrain for DB ) A Point to Point metadata Integration Issue: Pfizer and AIG for a bi-directional exchange between CA AllFusion ERwin DM and Rational Rose. A Universal metadata Movement Issue: Merrill Lynch from/to any available tools, repositories, and standards. A Data Standardization Issue: Defense Information Systems Agency (DISA) has been using CA AllFusion ERwin DM for its integrated DoD Data Model, when some of the involved agencies were sometimes using other tools like: COOL:Gen(TI Composer) at the Defense Logistics agency (DLA), and Visible (IE:Advantage) for the Military Health systems (MHS). 16

17 Business Cases: Integrated Conceptual Data Model Building a corporate integrated conceptual model from multiple sources and maintaining the mappings: US National Imaging & Mapping Agency (NIMA) Classic data integration issues, Data is everywhere, security issues. US Internal Revenue Services (IRS) Modernization Multiple independent projects (with their own design tools and databases) US Centers For Disease Control & Prevention (CDC) PHCDM (Public Health Conceptual Data Model) under UML, PHCPM (Public Health Conceptual Process Model) under UML. US DoD Military Health Systems (MHS) FAM-D (Functional Area Modeling Data) under IDEF1X, FAM-A (Functional Area Modeling Activity) under IDEF0. Leads to interesting use of existing repository and ETL tools for solving problems they were not initially designed for. ETL Mapping used for Conceptual/Logical/Physical Mapping, Metadata Mining on underlying repository using data reporting tools. 17

18 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views The model in CA All Fusion ERwin Data Modeler 18

19 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views The model in CA All Fusion ERwin Data Modeler 19

20 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views Generation of the DB2 Schema 20

21 Forward Engineering from CA ERwin DM to DB2 Cube Views MIMB Import from CA AllFusion ERwin DM 4.x 21

22 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views MIMB Export to IBM DB2 Cube Views 22

23 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views MIMB Export to IBM DB2 Cube Views 23

24 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views Metadata import into Cube Views 24

25 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views Metadata import into Cube Views 25

26 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views Model Imported in Cube Views 26

27 Forward Engineering from AllFusion ERwin DM to DB2 Cube Views Model Imported in Cube Views 27

28 Reverse Engineering from DB2 Cube Views to AllFusion ERwin DM The Original Cube Model in OLAP Center 28

29 Reverse Engineering from DB2 Cube Views to AllFusion ERwin DM Metadata Export from Cube Views 29

30 Reverse Engineering from DB2 Cube Views to AllFusion ERwin DM MIMB Import from IBM DB2 Cube Views 30

31 Reverse Engineering from DB2 Cube Views to AllFusion ERwin DM The Cube Model converted to ERwin 4 contains the business names and descriptions 31

32 OO to ER: AllFusion ERwin DM / IBM Rational Rose 32

33 OO to ER: AllFusion ERwin DM / IBM Rational Rose 33

34 ETL: AllFusion ERwin DM / Informatica PowerCenter 34

35 ETL: AllFusion ERwin DM / Oracle Warehouse Builder 35

36 ETL: AllFusion ERwin DM / Oracle Warehouse Builder 36

37 ETL: AllFusion ERwin DM / Oracle Warehouse Builder 37

38 BI: AllFusion ERwin DM / Cognos ReportNet 38

39 BI: AllFusion ERwin DM / Cognos ReportNet 39

40 BI: AllFusion ERwin DM / Cognos ReportNet 40

41 Questions & Answers 41

42 Related Sessions AllFusion Data Modeler: Dimensional Modeling Basics Session Code: AFM45ASNA Speaker/Company: Whitney Owens / Computer Associates Date/Time: Wednesday, May 26, 2004: 1:45 p.m. - 2:45 p.m 42

43 CA Technology Services Enterprise Solutions for Business Discover a world of training solutions Learn how CA s learning solutions can help you meet your business objectives Visit CA Technology Services, Education in the Exhibition Center, at ca.com/education or call us at Learn how CA Technology Services can help your business Visit CA Technology Services in the exhibition center or on the web at ca.com/services 43

44 Exhibition Center Related CA and Exhibitor Technology Computer Associates Booth 216 Life Cycle Management - Change and Configuration Management 44

45 Session Evaluation Form After completing your session evaluation form please place it in the basket at the back of the room. 45

46 Notes 46

Adaptive, Inc. Technologies for EA: Future Vision. Real Change in Real Time. Adaptive, Inc.

Adaptive, Inc. Technologies for EA: Future Vision.  Real Change in Real Time. Adaptive, Inc. Adaptive, Inc. Technologies for EA: Future Vision Adaptive, Inc. USA: +1 (804) 777-9075 Europe: +44 (0) 1202 449449 info@adaptive.com Adaptive s Mission To help complex organizations adapt to change in

More information

Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources

Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources Presentation at the THE 9TH ANNUAL Wilshire Meta-Data Conference AND THE 17TH ANNUAL DAMA International Symposium by John

More information

DB2 Cube Views. Redpaper. Getting Started with Meta Integration. Front cover. ibm.com/redbooks

DB2 Cube Views. Redpaper. Getting Started with Meta Integration. Front cover. ibm.com/redbooks Front cover DB2 Cube Views Getting Started with Meta Integration Introduce DB2 Cube Views as a key player in the OLAP world Integrate metadata within the enterprise toolset Understand how the bridge maps

More information

Metadata Integration Vendor Panel Introduction & Welcome presented by Christian Bremeau Meta Integration, President, CEO

Metadata Integration Vendor Panel Introduction & Welcome presented by Christian Bremeau Meta Integration, President, CEO Metadata Integration Vendor Panel Introduction & Welcome presented by Christian Bremeau Meta Integration, President, CEO Adaptive ASG Business Objects CA Cognos Embarcadero IBM Informatica MetaMatrix Microsoft

More information

From business need to implementation Design the right information solution

From business need to implementation Design the right information solution From business need to implementation Design the right information solution Davor Gornik (dgornik@us.ibm.com) Product Manager Agenda Relational design Integration design Summary Relational design Data modeling

More information

Guide to Managing Common Metadata

Guide to Managing Common Metadata IBM InfoSphere Information Serer Version 11 Release 3 Guide to Managing Common Metadata SC19-4297-01 IBM InfoSphere Information Serer Version 11 Release 3 Guide to Managing Common Metadata SC19-4297-01

More information

DEV427 MODEL-DRIVEN DEVELOPMENT USING PowerDesigner. Xiao-Yun WANG PowerDesigner Chief Architect

DEV427 MODEL-DRIVEN DEVELOPMENT USING PowerDesigner. Xiao-Yun WANG PowerDesigner Chief Architect DEV427 MODEL-DRIVEN DEVELOPMENT USING PowerDesigner Xiao-Yun WANG PowerDesigner Chief Architect xwang@sybase.com OBJECTIVES 1. Understand what s Model-Driven Development 2. Understand why Model-Driven

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

Luncheon Webinar Series June 3rd, Deep Dive MetaData Workbench Sponsored By:

Luncheon Webinar Series June 3rd, Deep Dive MetaData Workbench Sponsored By: Luncheon Webinar Series June 3rd, 2010 Deep Dive MetaData Workbench Sponsored By: 1 Deep Dive MetaData Workbench Questions and suggestions regarding presentation topics? - send to editor@dsxchange.com

More information

Using Oracle9i Warehouse Builder and Oracle 9i to create OLAP ready Warehouses

Using Oracle9i Warehouse Builder and Oracle 9i to create OLAP ready Warehouses Using Oracle9i Warehouse Builder and Oracle 9i to create OLAP ready Warehouses IOUG-2003 Paper #416 Chris Claterbos claterbos@vlamis.com Vlamis Software Solutions, Inc. (816) 729-1034 http://www.vlamis.com

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Release Notes r7.3 r7.3.8 SP2 Edition This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational

More information

<Insert Picture Here> Oracle SQL Developer Data Modeler 3.0: Technical Overview

<Insert Picture Here> Oracle SQL Developer Data Modeler 3.0: Technical Overview Oracle SQL Developer Data Modeler 3.0: Technical Overview February 2011 Contents Data Modeling Why model? SQL Developer Data Modeler Overview Technology and architecture Features

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

Model driven Engineering & Model driven Architecture

Model driven Engineering & Model driven Architecture Model driven Engineering & Model driven Architecture Prof. Dr. Mark van den Brand Software Engineering and Technology Faculteit Wiskunde en Informatica Technische Universiteit Eindhoven Model driven software

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

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge 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

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Release Notes Release 9.5.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

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

Standard modeling support Automatic propagation of a foreign key from parent to child entities in a physical model x x

Standard modeling support Automatic propagation of a foreign key from parent to child entities in a physical model x x F E AT U R E S design it build it run it design it build it run it design it build it run it design it build it run it design it build it run it design it build it run it design it build it run it design

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Release Notes Service Pack 8.2.9 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

The Model-Driven Semantic Web Emerging Standards & Technologies

The Model-Driven Semantic Web Emerging Standards & Technologies The Model-Driven Semantic Web Emerging Standards & Technologies Elisa Kendall Sandpiper Software March 24, 2005 1 Model Driven Architecture (MDA ) Insulates business applications from technology evolution,

More information

Configuring an ERwin Resource in Metadata Manager 8.5 and 8.6

Configuring an ERwin Resource in Metadata Manager 8.5 and 8.6 Configuring an ERwin Resource in Metadata 8.5 and 8.6 2009 Informatica Corporation Abstract This article shows how to create and configure an ERwin resource in Metadata 8.5, 8.5.1, 8.6, and 8.6.1 to extract

More information

CA ERwin Data Modeler r7.3

CA ERwin Data Modeler r7.3 PRODUCT BRIEF: CA ERWIN DATA MODELER R7.3 CA ERwin Data Modeler r7.3 CA ERWIN DATA MODELER (CA ERWIN DM) IS AN INDUSTRY-LEADING DATA MODELING SOLUTION THAT ENABLES YOU TO CREATE AND MAINTAIN DATABASES,

More information

ER/Studio Data Architect

ER/Studio Data Architect Product Documentation ER/Studio Data Architect Evaluation Guide Version 8.5 Published October 7, 2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street,

More information

CA ERwin Modeling Family At the Center of Your Data Management Initiatives

CA ERwin Modeling Family At the Center of Your Data Management Initiatives PRODUCT FAMILY BRIEF: CA ERWIN MODELING FAMILY CA ERwin Modeling Family At the Center of Your Data Management Initiatives CA Database Management CA Database Design & Modeling CA Database Administration

More information

Database Design Tool Magic Quadrant 2H02

Database Design Tool Magic Quadrant 2H02 Markets, J. Duggan Research Note 27 August 2002 Database Design Tool Magic Quadrant 2H02 Despite rapid growth in Unified Modeling Language, objectoriented and business process modeling tools, database

More information

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper THE NEED Knowing where data came from, how it moves through systems, and how it changes, is the most critical and most difficult task in any data management project. If that process known as tracing data

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

Metadata Management Tutorial

Metadata Management Tutorial Metadata Management Tutorial Web Portal & Data Governance Using erwin Metadata Management (EMM) P a g e 1 220 TABLE OF CONTENTS 1 Introduction 5 1.1 Conventions used in the tutorial 6 1.2 Setting Up the

More information

Hyperion Data Integration Management Adapter for Essbase. Sample Readme. Release

Hyperion Data Integration Management Adapter for Essbase. Sample Readme. Release Hyperion Data Integration Management Adapter for Essbase Release 11.1.1.1 Sample Readme [Skip Navigation Links] Purpose... 2 About Data Integration Management Release 11.1.1.1... 2 Data Integration Management

More information

New Features Summary PowerDesigner 15.2

New Features Summary PowerDesigner 15.2 New Features Summary PowerDesigner 15.2 Windows DOCUMENT ID: DC10077-01-1520-01 LAST REVISED: February 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Oracle Data Integration Enterprise Metadata Management (OEMM) Overview

Oracle Data Integration Enterprise Metadata Management (OEMM) Overview Oracle Data Integration Enterprise Metadata Management (OEMM) Overview Dr. Holger Dresing Oracle Data Integration Solutions (DIS) EMEA Copyright 2014 Oracle and/or its affiliates. All rights reserved.

More information

Session 41660: Using Hyperion Data Integration Management with Hyperion Planning and Hyperion Essbase

Session 41660: Using Hyperion Data Integration Management with Hyperion Planning and Hyperion Essbase Session 41660: Using Hyperion Data Integration Management with Hyperion Planning and Hyperion Essbase Presenter Information Dan Colston Hyperion EPM Senior Consultant dcolston@thehackettgroup.com Patrick

More information

An Oracle White Paper March Oracle Warehouse Builder 11gR2: Feature Groups, Licensing and Feature Usage Management

An Oracle White Paper March Oracle Warehouse Builder 11gR2: Feature Groups, Licensing and Feature Usage Management An Oracle White Paper March 2011 Oracle Warehouse Builder 11gR2: Feature Groups, Licensing and Feature Usage Management Introduction... 1 Warehouse Builder 11gR2: Feature Groups Overview... 3 Enterprise

More information

Collection of Raw Data

Collection of Raw Data Collection of Raw Data TASK FORCE MEETING N 2 27 March 2000 ITEM 3.3 Doc. CoRD 009 IQML: A presentation for CoRD meeting No. 2 For information IQML Overview Chris Nelson Dimension EDI IQML Goal To improve

More information

Supported Environments for Rochade Products June 18, Servers

Supported Environments for Rochade Products June 18, Servers June 18, 2018 This publication lists the supported operating systems and other software requirements for all Rochade products. Some products are available for multiple operating systems. The Version column

More information

Model Driven Architecture Targets Middleware Interoperability Challenges

Model Driven Architecture Targets Middleware Interoperability Challenges Model Driven Architecture Targets Middleware Interoperability Challenges by Richard Soley Chairman and Chief Executive Officer Object Management Group and the OMG Staff Strategy Group "CORBA was a powerful

More information

CA ERwin Data Modeler

CA ERwin Data Modeler PRODUCT BRIEF: CA ERWIN DATA MODELER CA ERwin Data Modeler CA ERWIN DATA MODELER (CA ERWIN DM) IS AN INDUSTRY-LEADING DATA MODELING SOLUTION THAT ENABLES YOU TO CREATE AND MAINTAIN DATABASES, DATA WAREHOUSES

More information

(Introduction Title slide) (Forward engineering) [Start demo]

(Introduction Title slide) (Forward engineering) [Start demo] (Introduction Title slide) Welcome to this demonstration of IBM InfoSphere Data Architect. InfoSphere Data Architect is a collaborative data design solution to discover, model, relate, and standardize

More information

Enterprise Architect Import Db Schema From Odbc Source

Enterprise Architect Import Db Schema From Odbc Source Enterprise Architect Import Db Schema From Odbc Source "Import DB Schema from ODBC" does not work with Oracle 12c. The result set (list of available objects) is empty. There is no error message. Accessing

More information

We manage the technology that lets you manage your business.

We manage the technology that lets you manage your business. We manage the technology that lets you manage your. Stages of Legacy Modernization Metadata enablement of a four-stage approach end-to-end Modernization Stages of Legacy Modernization The speed of technology

More information

Supported Environments for Rochade Products November 23, Servers

Supported Environments for Rochade Products November 23, Servers November 23, 2016 This publication lists the supported operating systems and other software requirements for all Rochade products. Some products are available for multiple operating systems. The Version

More information

The Eclipse Modeling Framework and MDA Status and Opportunities

The Eclipse Modeling Framework and MDA Status and Opportunities The Eclipse Modeling Framework and MDA Status and Opportunities David Frankel Consulting df@davidfrankelconsulting.com www.davidfrankelconsulting.com Portions adapted from the book Model Driven Architecture:

More information

CA ERwin Data Modeler r8 Marketing & Sales Guide

CA ERwin Data Modeler r8 Marketing & Sales Guide CA ERwin Data Modeler r8 Marketing & Sales Guide Table of Contents Table of Contents... 2 Word Descriptions... 3 25 Word Description... 3 50 Word Description... 3 100 Word Description... 3 What s New in

More information

Model Driven Architecture

Model Driven Architecture Model Driven Architecture Vision VS Reality EDOC 2001 September 4-7, Seattle, USA Sridhar Iyengar Unisys Fellow Member, OMG Architecture Board sridhar.iyengar2@unisys.com Slide 1 Model Driven Architecture

More information

Data Modeling Diagram Open Source Tool Oracle

Data Modeling Diagram Open Source Tool Oracle Data Modeling Diagram Open Source Tool Oracle Data Model Diagram Visualizer. in the original source tool. Figure 3 of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open. Navicat

More information

Migrating Express Applications To Oracle 9i A Practical Guide

Migrating Express Applications To Oracle 9i A Practical Guide Migrating Express Applications To Oracle 9i A Practical Guide Mark Rittman, Mick Bull Plus Consultancy http://www.plusconsultancy.co.uk Agenda Introduction A brief history of Oracle Express Oracle 9i OLAP

More information

Hyperion Data Integration Management Adapter for Performance Scorecard. Readme. Release

Hyperion Data Integration Management Adapter for Performance Scorecard. Readme. Release Hyperion Data Integration Management Adapter for Performance Scorecard Release 11.1.1.1 Readme [Skip Navigation Links] Purpose... 3 About Data Integration Management Release 11.1.1.1... 3 Data Integration

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

Computation Independent Model (CIM): Platform Independent Model (PIM): Platform Specific Model (PSM): Implementation Specific Model (ISM):

Computation Independent Model (CIM): Platform Independent Model (PIM): Platform Specific Model (PSM): Implementation Specific Model (ISM): viii Preface The software industry has evolved to tackle new approaches aligned with the Internet, object-orientation, distributed components and new platforms. However, the majority of the large information

More information

ERwin r9 to ER/Studio v9.5! Comparison Guide!

ERwin r9 to ER/Studio v9.5! Comparison Guide! Enterprise Architecture. Modeling! ERwin r9 to v9.5! Comparison Guide! Dr. Nicholas Khabbaz! François Cartier! e-modelers, Inc.! 4900 Hopyard Road. Suite 100! Pleasanton. CA 94588! Tel 925. 736. 3400!

More information

Powering EII with MOA

Powering EII with MOA Powering EII with MOA Brad Wright Randall M. Hauch January 8, 2004 Topics What is an MOA and why is it important? EII as a case study for MOA MOA in action, a demonstration Attributes of an MOA Miscellaneous

More information

Oracle 1Z0-591 Exam Questions and Answers (PDF) Oracle 1Z0-591 Exam Questions 1Z0-591 BrainDumps

Oracle 1Z0-591 Exam Questions and Answers (PDF) Oracle 1Z0-591 Exam Questions 1Z0-591 BrainDumps Oracle 1Z0-591 Dumps with Valid 1Z0-591 Exam Questions PDF [2018] The Oracle 1Z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials exam is an ultimate source for professionals to retain

More information

Model Driven Architecture - The Vision

Model Driven Architecture - The Vision Model Driven Architecture - The Vision Marko Fabiunke Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik marko.fabiunke@first.fraunhofer.de The Fraunhofer FIRST Institut Your partner We support

More information

A WHITE PAPER By Silwood Technology Limited

A WHITE PAPER By Silwood Technology Limited A WHITE PAPER By Silwood Technology Limited Delivering metadata transparency for Enterprise Application packages Executive Summary Enterprise Resource Planning (ERP) packages such as SAP, J.D. Edwards

More information

Meta-Data Support for Data Transformations Using Microsoft Repository

Meta-Data Support for Data Transformations Using Microsoft Repository Meta-Data Support for Data Transformations Using Microsoft Repository Philip A. Bernstein Thomas Bergstraesser Microsoft Corporation [philbe, thomberg]@microsoft.com Abstract Data warehousing requires

More information

Availability Digest. Attunity Integration Suite December 2010

Availability Digest.  Attunity Integration Suite December 2010 the Availability Digest Attunity Integration Suite December 2010 Though not focused primarily on high availability in the uptime sense, the Attunity Integration Suite (www.attunity.com) provides extensive

More information

The Unified Modelling Language. Example Diagrams. Notation vs. Methodology. UML and Meta Modelling

The Unified Modelling Language. Example Diagrams. Notation vs. Methodology. UML and Meta Modelling UML and Meta ling Topics: UML as an example visual notation The UML meta model and the concept of meta modelling Driven Architecture and model engineering The AndroMDA open source project Applying cognitive

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

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

Caliber Data Training

Caliber Data Training Instructor-Led Course Catalog Caliber Data Training 1987-2015 Caliber Data Training is celebrating 28 years of excellence in I.T. training, providing training services to Fortune 1000 companies and federal,

More information

System Optimization & Migration

System Optimization & Migration System Optimization & Migration Agenda 1. Overview 2. Migration Process 3. Gathering / Analyzing 4. Parsing 5. 6. Recovery 7. Result & Document 2 2011-01-17 Demonstration Overview Worldwide IT marketplace

More information

About Database Adapters

About Database Adapters About Database Adapters Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 820 5069 07/08/08 Copyright 2007 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054

More information

CWM: Model Driven Architecture

CWM: Model Driven Architecture CWM: Model Driven Architecture Dr. Daniel T. Chang IBM DBTI for e-business (dtchang@us.ibm.com) Abstract CWM is a new metadata standard for data warehousing and business intelligence, which was adopted

More information

Methods for the Development

Methods for the Development Methods for the Development Of Dependable and Adaptive Information Systems Carolina Gomez Hernandez Index of Contents History of Modeling Methods for the Development of DAIS: Model Driven Architecture

More information

White Paper: Accelerate Data Integration

White Paper: Accelerate Data Integration White Paper: Accelerate Data Integration Automating the manual, time-consuming process of mapping data from source to target. Alex Gorelik Founder and Chief Technology Officer Exeros, Inc. June 2005 Table

More information

MetaBase Modeler User s Guide MetaMatrix Products, Release 4.2 SP2 (Second Service Pack for Release 4.2) Document Edition 1, June 10, 2005

MetaBase Modeler User s Guide MetaMatrix Products, Release 4.2 SP2 (Second Service Pack for Release 4.2) Document Edition 1, June 10, 2005 MetaBase Modeler User s Guide MetaMatrix Products, Release 4.2 SP2 (Second Service Pack for Release 4.2) Document Edition 1, June 10, 2005 2001-2005 MetaMatrix, Inc. All rights reserved. You can obtain

More information

New Features Summary. SAP Sybase Event Stream Processor 5.1 SP02

New Features Summary. SAP Sybase Event Stream Processor 5.1 SP02 Summary SAP Sybase Event Stream Processor 5.1 SP02 DOCUMENT ID: DC01616-01-0512-01 LAST REVISED: April 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

AT&T Government Solutions, Inc. Lewis Hart & Patrick Emery

AT&T Government Solutions, Inc. Lewis Hart & Patrick Emery AT&T Government Solutions, Inc. Lewis Hart & Patrick Emery http://codip.grci.com Program Overview Problems Addressed intelligent distribution of information based on its semantics Integration of multiple

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

Metadata Repository Support for Legacy Knowledge Discovery in Public Administrations

Metadata Repository Support for Legacy Knowledge Discovery in Public Administrations Metadata Repository Support for Legacy Knowledge Discovery in Public Administrations Adriana Maria C.M. Figueiredo 1, Aqueo Kamada 1, Luciano L. Damasceno 1, Marcos Antonio Rodrigues 1, and Manuel de Jesus

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Page 1. Oracle9i OLAP. Agenda. Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting. Oracle Corporation. Business Intelligence

Page 1. Oracle9i OLAP. Agenda. Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting. Oracle Corporation. Business Intelligence Oracle9i OLAP A Scalable Web-Base Business Intelligence Platform Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting Agenda Business Intelligence Market Oracle9i OLAP Business

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

Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience. IOUG 2003 Paper 406

Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience. IOUG 2003 Paper 406 Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience IOUG 2003 Paper 406 Chris Claterbos claterbos@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880

More information

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

D Daaatta W Waaarrreeehhhooouuusssiiinng B I R L A S O F T Data Warehousing B I R L A S O F T Contents 1.0 Overview 3 1.1 Rationale for the Data Warehouse: 3 1.2 Brief overview of data warehousing : 3 2.0 Creating the Data Warehouse 4 2.1 The Developmental Phases

More information

Java Metadata Interface (JMI)

Java Metadata Interface (JMI) Faculty of Electrical Engineering, Computer Science and Mathematics Department Software Engineering Warburger Straße 98 D-33098 Paderborn Java Metadata Interface (JMI) -Seminar Paper- Thorsten Pivl Paderborn,

More information

Christian Doppler Laboratory

Christian Doppler Laboratory Christian Doppler Laboratory Software Engineering Integration For Flexible Automation Systems AutomationML Models (in EMF and EA) for Modelers and Software Developers Emanuel Mätzler Institute of Software

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

Quick Reference PowerDesigner 16.1

Quick Reference PowerDesigner 16.1 Quick Reference PowerDesigner 16.1 Windows DOCUMENT ID: DC38094-01-1610-01 LAST REVISED: November 2011 Copyright 2011 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

DKMS Brief No. Five: Is Data Staging Relational? A Comment

DKMS Brief No. Five: Is Data Staging Relational? A Comment 1 of 6 5/24/02 3:39 PM DKMS Brief No. Five: Is Data Staging Relational? A Comment Introduction In the data warehousing process, the data staging area is composed of the data staging server application

More information

Dan Vlamis Vlamis Software Solutions, Inc Copyright 2005, Vlamis Software Solutions, Inc.

Dan Vlamis Vlamis Software Solutions, Inc Copyright 2005, Vlamis Software Solutions, Inc. 2UDFOH2/$3 +RZ'RHVLW5HDOO\:RUN",28*/LYH 6HVVLRQ Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com 9ODPLV6RIWZDUH6ROXWLRQV,QF Founded in 1992 in Kansas City,

More information

Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0

Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0 Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0 2010 Informatica Abstract This article shows how to create and configure a Sybase PowerDesigner resource in Metadata Manager 9.0 to extract

More information

The recent agreement signed with IBM means that WhereScape will be looking to integrate its offering with a wider range of IBM products.

The recent agreement signed with IBM means that WhereScape will be looking to integrate its offering with a wider range of IBM products. Reference Code: TA001707DBS Publication Date: July 2009 Author: Michael Thompson WhereScape RED v6 WhereScape BUTLER GROUP VIEW ABSTRACT WhereScape RED is an Integrated Development Environment (IDE) that

More information

Oracle BI, Oracle OLAP, Essbase The Benefits and Cost of Openness. Collaborate 2008 paper 207. April 14, 2008

Oracle BI, Oracle OLAP, Essbase The Benefits and Cost of Openness. Collaborate 2008 paper 207. April 14, 2008 Oracle BI, Oracle OLAP, Essbase The Benefits and Cost of Openness Collaborate 2008 paper 207 April 14, 2008 Dan Vlamis, President, Vlamis Software Solutions, Inc. Agenda Introduction Perspective on Oracle

More information

OMG Specifications for Enterprise Interoperability

OMG Specifications for Enterprise Interoperability OMG Specifications for Enterprise Interoperability Brian Elvesæter* Arne-Jørgen Berre* *SINTEF ICT, P. O. Box 124 Blindern, N-0314 Oslo, Norway brian.elvesater@sintef.no arne.j.berre@sintef.no ABSTRACT:

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

Where do these data come from? What technologies do they use?? Whatever they use, they need models (schemas, metadata, )

Where do these data come from? What technologies do they use?? Whatever they use, they need models (schemas, metadata, ) Week part 2: Database Applications and Technologies Data everywhere SQL Databases, Packaged applications Data warehouses, Groupware Internet databases, Data mining Object-relational databases, Scientific

More information

Analysis, Modeling, and Design (AMD) Tools Software Market Strategies, Market Opportunities, and Market Forecasts, 2001 to 2006

Analysis, Modeling, and Design (AMD) Tools Software Market Strategies, Market Opportunities, and Market Forecasts, 2001 to 2006 Analysis, Modeling, and Design (AMD) Tools Software Market Strategies, Market Opportunities, and Market Forecasts, 2001 to 2006 Table of Contents ANALYSIS, MODELING, AND DESIGN (AMD) TOOLS SOFTWARE MARKET

More information

New Features Summary PowerDesigner 15.3

New Features Summary PowerDesigner 15.3 New Features Summary PowerDesigner 15.3 Windows DOCUMENT ID: DC10077-01-1530-01 LAST REVISED: November 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Saeed K. Rahimi Graduate Programs in Software

Saeed K. Rahimi Graduate Programs in Software 1 Saeed K. Rahimi Outline Demographics Graduate programs in Software (MS) Quantitative Methods and Computer Sciences (BS) Relevant Courses Labs/Research Summary 2 UST Organization UST College of Business

More information

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems DATABASE MANAGEMENT SYSTEMS UNIT I Introduction to Database Systems Terminology Data = known facts that can be recorded Database (DB) = logically coherent collection of related data with some inherent

More information

Create Cube From Star Schema Grouping Framework Manager

Create Cube From Star Schema Grouping Framework Manager Create Cube From Star Schema Grouping Framework Manager Create star schema groupings to provide authors with logical groupings of query Connect to an OLAP data source (cube) in a Framework Manager project

More information

High-Fidelity analysis of software systems

High-Fidelity analysis of software systems High-Fidelity of software systems Dr. Nikolai Mansourov Chief Technology Officer, KDM Analytics http://www.kdmanalytics.com 5 March 2007 Agenda 1. Motivation: of security properties of existing software

More information

Peter Moskovits Principal Product Manager Oracle Corporation. Sue Vickers Group Manager Oracle Corporation

Peter Moskovits Principal Product Manager Oracle Corporation. Sue Vickers Group Manager Oracle Corporation Peter Moskovits Principal Product Manager Oracle Corporation Sue Vickers Group Manager Oracle Corporation How To Best Leverage J2EE, Struts, and ADF in Your Portal Oracle Application Server 10g Architecture

More information

Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar

Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar Agenda 1. PTS Organization 2. The case for Oracle BI by Matt Elumba 3. Additional Resources Milan

More information

Managing Metadata with Oracle Data Integrator. An Oracle Data Integrator Technical Brief Updated December 2006

Managing Metadata with Oracle Data Integrator. An Oracle Data Integrator Technical Brief Updated December 2006 Managing Metadata with Oracle Data Integrator An Oracle Data Integrator Technical Brief Updated December 2006 Managing Metadata with Oracle Data Integrator: An Oracle Data Integrator Technical Brief Metadata

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

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