SlideShare una empresa de Scribd logo
1 de 42
November 2009 Presented by: Osman Haque,  Global Strategy & Partner Enablement Lead, Data Modeling Be a Hero with CA ERwin Modeling
Introductions 	Osman Haque 	Global Strategy & Partner Enablement Lead 	GSAT Data Modeling   	Osman leads the global sales acceleration of the ERwin product line. He has been with CA, Inc. for over 5 years working in various capacities such as senior presales consultant, SWAT, engineering services architect, and senior technology strategist. Osman is an expert in the ERwin Data Modeler family of products and comes with over 8 years of experience working with ERwin. He develops and executes the strategy needed to make ERwin successful to customers, partners, and to CA, Inc. Osman has been invited to speak at various events and technology forums, including CA World on various topics related to best practices in data modeling.   	He has a strong technical background combined with strong business acumen. He holds various degrees: Bachelor of Science in Management Information Systems from Univ. of Maryland, Executive Certificate in Business Administration from Georgetown University, Master of Science in Information Systems, and is currently completing his global MBA from the Univ. of North Carolina Kenan-Flagler School of Business partnered with 4 others international universities {Rotterdam School of Management (RSM Erasmus) in Europe, Sao Paulo FundacaoGetulio Vargas University (FGV-EAESP) in Brazil, the TEC University of Monterrey (EGADE) in Mexico, and The Chinese University of Hong Kong.}
Agenda To understand what Data Modeling is. To understand why a company needs to Data Model. To understand why the ERwin suite of product is the right solution. What’s in R7.3?
What is Database Modeling? A MODEL is a graphical representation of a complex object, system or concept clarified through textual explanation E.g. A blueprint A DATABASE MODEL is a graphical representation of a database which is depicted by using an Entity Relationship Diagram (ERD) Database Data Model (ERD)
SQL vs. Model  product_id           INTEGER NOT NULL, product_name         VARCHAR(50) NULL, product_price        NUMBER NULL); ALTER TABLE PRODUCT        ADD  ( PRIMARY KEY (product_id) ) ; CREATE TABLE DEPARTMENT ( department_id        INTEGER NOT NULL, department_name      VARCHAR(50) NULL); ALTER TABLE DEPARTMENT        ADD  ( PRIMARY KEY (department_id) ) ; CREATE TABLE EMPLOYEE (employee_id          INTEGER NOT NULL, department_id        INTEGER NOT NULL, employee_fname       VARCHAR(50) NULL, employee_lname       VARCHAR(50) NULL, employee_ssn         CHAR(9) NULL); ALTER TABLE EMPLOYEE        ADD  ( PRIMARY KEY (employee_id) ) ; CREATE TABLE CUSTOMER ( customer_id          INTEGER NOT NULL, customer_name        VARCHAR(50) NULL, customer_address     VARCHAR(150) NULL, customer_city        VARCHAR(50) NULL, customer_state       CHAR(2) NULL, customer_zip         CHAR(9) NULL); ALTER TABLE CUSTOMER        ADD  ( PRIMARY KEY (customer_id) ) ; CREATE TABLE ZORDER ( zorder_id            INTEGER NOT NULL, employee_id          INTEGER NOT NULL, customer_id          INTEGER NOT NULL, zorder_date          DATE NULL); ALTER TABLE ZORDER        ADD  ( PRIMARY KEY (zorder_id) ) ; “A picture is worth a thousand words”
Why Do You Need a Data Model? With a single graphical model, you can manage multiple databases on diverse platforms. Oracle Oracle DB2 DB2 IDMS SQL Server SAP
Why Do You Need a Data Model? Would you navigate a strange city without a map? ,[object Object],[object Object],[object Object]
Automated
Graphical
Easy-to-Use
Saves Time and Frustration
Understands & Translates multiple database “languages”
A must-have for any modern technical professional,[object Object]
What happens if we don’t Data Model? Database may be missing critical information Database development/maintenance time and cost are increased – over-budget! Poor database design – unstable system Missed project deadlines
Modeling Suite Overview
ERP Database Management & Administration Data Warehouse Center of Your Data Management Initiatives Types of Project Areas: Application Development Business Intelligence (BI) CA ERwin® Data Modeler Master Data Management (MDM)
ERwin  Import / Export  ERwin Data  Saphir  Bridge Profiler Option ERwin Data  ERwin  ERwin Data  Model  Model  Modeler Validator Navigator ERwin  ERwin  Crystal  Process  Model  Reports Modeler Manager ( Other ODBC ) CA ERwin® Modeling Components Model Manager Model Manager
CA ERwin Data Modeler Forward Engineer Design an ERD and generate code for specific target database based on the design Reverse Engineer Connect to a database catalog or read a script file and create an ERD Complete/Compare Automates complete bidirectional synchronization of models and databases Standards Out of the box model and meta data exchange
CA ERwin Model Manager Collaborative model access and persistence  Check-in/Check-out approach Models and Sub-Models (Subject Areas) Model library management Security and access management Version management and control Impact analysis and conflict resolution Global and library reporting Hosted on: MS SQL Server, Oracle or Sybase RDBMS
Introducing ERwin® Data Profiler New Product added to ERwin Modeling Family Integrates with ERwin Data Modeler Can also be used as stand-alone product Distribution agreement with Exeros (www.exeros.com) Derivative of TDWI winner of “Innovative MDM Product of the Year” 2008 Exeros Discovery Provides Cross-System Data Profiling Robust Column-level Profiling Statistics Cross-system Data Analysis Primary-Key Foreign Key Discovery Export to CA ERwin Data Modeler – linking model design with data values
CA ERwin Saphir Option Extracts and stores cryptic metadata from ERP/EAP packages such as SAP, PeopleSoft, JD Edwards and Siebel Reduces reliance expensive consultants lowering costs Ability to browse & subset metadata and export into an ERwin DM model Leverages the visualization and design capabilities of the industry leading data modeling solution
CA ERwin Data Model Validator Essential design and performance validation Valuable “Teach Me” facility User configurable Generates “fixes” for the database Works with ERwin Data Modeler models, schemas and/or databases CA ERwin Process Modeler Functional Decomposition(IDEF0), Workflow(IDEF3) and Dataflow Modeling (Gane and Sarsons DFD) Activity Based Costing Integration with CA ERwin Data Modeler CA ERwin Model Navigator Read-only access to ERwin data and process models Model analysis and metadata reporting  CA ERwin Modeling Add-ons
What’s in r7.3?
CA ERwin® Data Modeler – R7.3 Enhancements ODBC-Based Metadata Access  SQL Query Tool Crystal Reports Forward Engineering Template Editor Teradata Currency Universal File Close ERwin Bookshelf and Compiled HTML Help
CA ERwin® Data Modeler – R7.3 Changes Complete Compare New options Incremental improvements Triggers – real vs. virtual Macros – TLX and EML Database and Operating System Support New Dropped
Teradata Currency Exploitation support for v2.6.x, v12 and v13 support Forward Engineering Reverse Engineering Complete Compare Teradata-specific check model validations 12 categories of checks Almost 60 different checks CA worked directly with Teradata development Groups
ODBC-Based Metadata Access ODBC read-only driver included with base product User controlled activation and deactivation (“Tools/Options/Integrations” dialog) Compliant with ANSI 92 specifications Only query syntax (SELECT statement) supported at this time Use with any standard ODBC query/reporting capable tool e.g.,  Crystal Reports, Cognos (commercial) LogiXML, Pentaho (open-source) Excel, Access (MS Office apps) Others Current model, all ERwin Data Modeler metadata No database or repository required
SQL Query Tool Built-in, easy to use facility to query: Current  or other open model Database catalog Access to: Model objects and properties Metadata defining model objects and properties The modeling session Action Log Used to:  CREATE and SAVE queries (.QRY format) Save query results (.CSV format)
Sample Query Tool Output Query entry area Query results
Forward Engineering Template Editor Create, view modify FE template files (.FET) Review and/or print default templates Define template customizations Existing macros and new TLX scripting language supported
Template IDE
Macros “Official” introduction of Template Language (TLX) – ERwin Data Modeler’s new template/macro language for FE templates Existing macros still available and accessible via macro toolbox Domain Dictionary dialog Model Naming Options dialog Pre and Post Scripts dialog Triggers dialog etc. FE Template Editor provides access to TLX macro documentation  New technical documentation – the Template Language and Macro Reference Guide (all macros)
Universal File Close Replaces several different CLOSE dialogs in earlier versions Standardized “look-and-feel” Enhanced functionality
Universal Close Dialog Session Files
Updated Help Documentation ERwin Modeling Bookshelf Replaces “deprecated” Windows HELP Full search and indexing capability Comprehensive table of contents Easier Navigation Context sensitive HELP (<F1>)
CA ERwin Modeling Bookshelf “Clickable documentation links
Complete Compare Optimized “Three-way” merge (ERwin MM) New advanced options: Auto-Resolve Missing UDPs Display Unified Attributes Select Active Subject Area Ignore Code Comments Miscellaneous improvements: Compare only ALIGNED objects Type resolution wizard (new – replaces previous dialog box) Demand loading optimized and used for all DB Sync operations (cannot be changed) "Hide Unselected Objects“ added to the Object Selection panes Range selection functionality Type Selection filtering applied during compares "Explain" Button Added
Triggers Can create “real” trigger objects from ERwin triggers Trigger objects can be: Used in ALTER scripts Included in Complete Compare scenarios Associated with model templates New checkbox on “Model Properties/RI Defaults” dialog FE can automatically generate MISSING RI triggers RE can include “generated” triggers in process
Database and Operating System Support Added: Teradata v2.6.x, v12 and v13 Oracle 11.x Microsoft Vista  Microsoft Visual Studio 2008 Team System for Database Professionals Dropped: Ingres 2.5  Oracle 8i  Progress 8.x  SQL Server 7.0  Windows 2000
CA ERwin® Modeling Questions?
Bottom Line…. In today’s tough economy, IT resources are being asked to do more with less: More databases to manage More platforms to support Fewer people to do the work.    CA ERwin helps you face these challenges and look like a hero in their organization by: Reducing the amount of time and money spent learning to code for every platform Improving database performance through visual design Increasing data quality through standardization and reuse
Bottom Line… More Database Platforms to Support Most organizations have more than one database platform—it’s hard to be an expert in all The number of databases is growing, with more and more applications to support CA ERwin can manage multiple databases from a single, graphical design.  Fewer Staff and Resources Most organizations are cutting back on IT staff, making it difficult to manage these growing databases. Skill sets for individual databases are very specialized.  It is unrealistic  (and expensive) to have multiple experts for all platforms. CA ERwin can replace the need to have experts in every platform—by managing multiple databases from a graphical model.  

Más contenido relacionado

La actualidad más candente

SQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics CoveredSQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics CoveredDanish Mehraj
 
1. introduction to html5
1. introduction to html51. introduction to html5
1. introduction to html5JayjZens
 
Introduction to column oriented databases
Introduction to column oriented databasesIntroduction to column oriented databases
Introduction to column oriented databasesArangoDB Database
 
ASP.NET MVC.
ASP.NET MVC.ASP.NET MVC.
ASP.NET MVC.Ni
 
MySQL For Oracle Developers
MySQL For Oracle DevelopersMySQL For Oracle Developers
MySQL For Oracle DevelopersRonald Bradford
 
JSON: The Basics
JSON: The BasicsJSON: The Basics
JSON: The BasicsJeff Fox
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NETRajkumarsoy
 
Developer Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker NotesDeveloper Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker NotesMax De Marzi
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB
 
Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...
Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...
Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...CloudxLab
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management SystemAmad Ahmad
 
JavaScript Functions
JavaScript Functions JavaScript Functions
JavaScript Functions Reem Alattas
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5Gil Fink
 
Overcoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDBOvercoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDBMongoDB
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptFahim Abdullah
 

La actualidad más candente (20)

SQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics CoveredSQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics Covered
 
1. introduction to html5
1. introduction to html51. introduction to html5
1. introduction to html5
 
Introduction to column oriented databases
Introduction to column oriented databasesIntroduction to column oriented databases
Introduction to column oriented databases
 
ASP.NET MVC.
ASP.NET MVC.ASP.NET MVC.
ASP.NET MVC.
 
MySQL For Oracle Developers
MySQL For Oracle DevelopersMySQL For Oracle Developers
MySQL For Oracle Developers
 
JSON: The Basics
JSON: The BasicsJSON: The Basics
JSON: The Basics
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 
Developer Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker NotesDeveloper Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker Notes
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
 
Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...
Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...
Apache Spark - Dataframes & Spark SQL - Part 1 | Big Data Hadoop Spark Tutori...
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management System
 
ASP.NET Web form
ASP.NET Web formASP.NET Web form
ASP.NET Web form
 
MySql:Introduction
MySql:IntroductionMySql:Introduction
MySql:Introduction
 
JavaScript Functions
JavaScript Functions JavaScript Functions
JavaScript Functions
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Overcoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDBOvercoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDB
 
Lecture 07 - Basic SQL
Lecture 07 - Basic SQLLecture 07 - Basic SQL
Lecture 07 - Basic SQL
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
 
My Sql Work Bench
My Sql Work BenchMy Sql Work Bench
My Sql Work Bench
 
Mvc architecture
Mvc architectureMvc architecture
Mvc architecture
 

Destacado

Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...ERwin Modeling
 
Ernesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto Arce Jr.
 
Data modeling for the business 09282010
Data modeling for the business  09282010Data modeling for the business  09282010
Data modeling for the business 09282010ERwin Modeling
 
Sybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase Türkiye
 
Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010ERwin Modeling
 
Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010ERwin Modeling
 
Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010ERwin Modeling
 
Creating enterprise standards 09302010
Creating enterprise standards 09302010Creating enterprise standards 09302010
Creating enterprise standards 09302010ERwin Modeling
 
Cust experience a practical guide 09152010
Cust experience a practical guide 09152010Cust experience a practical guide 09152010
Cust experience a practical guide 09152010ERwin Modeling
 
Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010ERwin Modeling
 
Importance of data model
Importance of data modelImportance of data model
Importance of data modelyhen06
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbmsNaresh Kumar
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPTTrinath
 

Destacado (20)

Nagendra Resume
Nagendra ResumeNagendra Resume
Nagendra Resume
 
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
 
Ernesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_Modeling
 
Data modeling for the business 09282010
Data modeling for the business  09282010Data modeling for the business  09282010
Data modeling for the business 09282010
 
Sybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs Erwin
 
Lançamento ERwin 08/02
Lançamento ERwin 08/02Lançamento ERwin 08/02
Lançamento ERwin 08/02
 
Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010
 
Rm006sn ca world2010
Rm006sn ca world2010Rm006sn ca world2010
Rm006sn ca world2010
 
Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010
 
Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010
 
Creating enterprise standards 09302010
Creating enterprise standards 09302010Creating enterprise standards 09302010
Creating enterprise standards 09302010
 
Cust experience a practical guide 09152010
Cust experience a practical guide 09152010Cust experience a practical guide 09152010
Cust experience a practical guide 09152010
 
Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010
 
Importance of data model
Importance of data modelImportance of data model
Importance of data model
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
rm006sn (2)
rm006sn (2)rm006sn (2)
rm006sn (2)
 
Different data models
Different data modelsDifferent data models
Different data models
 
Dbms models
Dbms modelsDbms models
Dbms models
 
Data models
Data modelsData models
Data models
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
 

Similar a CA ERwin Data Modeler End User Presentation

Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed Indiarsnarayanan
 
Data Mining for Developers
Data Mining for DevelopersData Mining for Developers
Data Mining for Developersllangit
 
Data modeling star schema
Data modeling star schemaData modeling star schema
Data modeling star schemaSayed Ahmed
 
Be a database professional
Be a database professionalBe a database professional
Be a database professionalSayed Ahmed
 
Be a database professional
Be a database professionalBe a database professional
Be a database professionalSayed Ahmed
 
OFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGOFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGsatish_kumar646
 
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetCV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetSham Sunder
 
Ashish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish Maheshwari
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Materialjohnpaka
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningDatabricks
 
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital.AI
 
Sujit lead plsql
Sujit lead plsqlSujit lead plsql
Sujit lead plsqlSujit Jha
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data scienceShilpaKrishna6
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Itay Braun
 
Resume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndResume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndAbhishek Ray
 

Similar a CA ERwin Data Modeler End User Presentation (20)

Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed India
 
Data Mining for Developers
Data Mining for DevelopersData Mining for Developers
Data Mining for Developers
 
DP-900.pdf
DP-900.pdfDP-900.pdf
DP-900.pdf
 
Introducing Oslo
Introducing OsloIntroducing Oslo
Introducing Oslo
 
Data modeling star schema
Data modeling star schemaData modeling star schema
Data modeling star schema
 
Be a database professional
Be a database professionalBe a database professional
Be a database professional
 
Be a database professional
Be a database professionalBe a database professional
Be a database professional
 
OFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGOFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAINING
 
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetCV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
 
Ashish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_Analyst
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Material
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine Learning
 
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
 
SAP
SAPSAP
SAP
 
Sujit lead plsql
Sujit lead plsqlSujit lead plsql
Sujit lead plsql
 
Bpm Tools
Bpm ToolsBpm Tools
Bpm Tools
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data science
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011
 
ER/Studio Data Architect Datasheet
ER/Studio Data Architect DatasheetER/Studio Data Architect Datasheet
ER/Studio Data Architect Datasheet
 
Resume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndResume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - Ind
 

Más de CA RMDM Latam

Esg research 2010 data protection trends
Esg research 2010 data protection trendsEsg research 2010 data protection trends
Esg research 2010 data protection trendsCA RMDM Latam
 
Rosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMRosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMCA RMDM Latam
 
Rosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMRosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMCA RMDM Latam
 
Uso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalUso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalCA RMDM Latam
 
Ca Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCa Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCA RMDM Latam
 
Ca Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCa Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCA RMDM Latam
 
CA Erwin Introduccion
CA Erwin IntroduccionCA Erwin Introduccion
CA Erwin IntroduccionCA RMDM Latam
 
Brief Ca Security Threat Management
Brief Ca Security Threat ManagementBrief Ca Security Threat Management
Brief Ca Security Threat ManagementCA RMDM Latam
 
Ca Additional Research Charts
Ca Additional Research ChartsCa Additional Research Charts
Ca Additional Research ChartsCA RMDM Latam
 
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009CA RMDM Latam
 
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009CA RMDM Latam
 
Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009CA RMDM Latam
 

Más de CA RMDM Latam (12)

Esg research 2010 data protection trends
Esg research 2010 data protection trendsEsg research 2010 data protection trends
Esg research 2010 data protection trends
 
Rosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMRosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DM
 
Rosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMRosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RM
 
Uso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalUso Mrc Ca Partner Portal
Uso Mrc Ca Partner Portal
 
Ca Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCa Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemas
 
Ca Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCa Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion Comercial
 
CA Erwin Introduccion
CA Erwin IntroduccionCA Erwin Introduccion
CA Erwin Introduccion
 
Brief Ca Security Threat Management
Brief Ca Security Threat ManagementBrief Ca Security Threat Management
Brief Ca Security Threat Management
 
Ca Additional Research Charts
Ca Additional Research ChartsCa Additional Research Charts
Ca Additional Research Charts
 
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
 
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
 
Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009
 

Último

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Último (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

CA ERwin Data Modeler End User Presentation

  • 1. November 2009 Presented by: Osman Haque, Global Strategy & Partner Enablement Lead, Data Modeling Be a Hero with CA ERwin Modeling
  • 2. Introductions Osman Haque Global Strategy & Partner Enablement Lead GSAT Data Modeling   Osman leads the global sales acceleration of the ERwin product line. He has been with CA, Inc. for over 5 years working in various capacities such as senior presales consultant, SWAT, engineering services architect, and senior technology strategist. Osman is an expert in the ERwin Data Modeler family of products and comes with over 8 years of experience working with ERwin. He develops and executes the strategy needed to make ERwin successful to customers, partners, and to CA, Inc. Osman has been invited to speak at various events and technology forums, including CA World on various topics related to best practices in data modeling.   He has a strong technical background combined with strong business acumen. He holds various degrees: Bachelor of Science in Management Information Systems from Univ. of Maryland, Executive Certificate in Business Administration from Georgetown University, Master of Science in Information Systems, and is currently completing his global MBA from the Univ. of North Carolina Kenan-Flagler School of Business partnered with 4 others international universities {Rotterdam School of Management (RSM Erasmus) in Europe, Sao Paulo FundacaoGetulio Vargas University (FGV-EAESP) in Brazil, the TEC University of Monterrey (EGADE) in Mexico, and The Chinese University of Hong Kong.}
  • 3. Agenda To understand what Data Modeling is. To understand why a company needs to Data Model. To understand why the ERwin suite of product is the right solution. What’s in R7.3?
  • 4. What is Database Modeling? A MODEL is a graphical representation of a complex object, system or concept clarified through textual explanation E.g. A blueprint A DATABASE MODEL is a graphical representation of a database which is depicted by using an Entity Relationship Diagram (ERD) Database Data Model (ERD)
  • 5. SQL vs. Model product_id INTEGER NOT NULL, product_name VARCHAR(50) NULL, product_price NUMBER NULL); ALTER TABLE PRODUCT ADD ( PRIMARY KEY (product_id) ) ; CREATE TABLE DEPARTMENT ( department_id INTEGER NOT NULL, department_name VARCHAR(50) NULL); ALTER TABLE DEPARTMENT ADD ( PRIMARY KEY (department_id) ) ; CREATE TABLE EMPLOYEE (employee_id INTEGER NOT NULL, department_id INTEGER NOT NULL, employee_fname VARCHAR(50) NULL, employee_lname VARCHAR(50) NULL, employee_ssn CHAR(9) NULL); ALTER TABLE EMPLOYEE ADD ( PRIMARY KEY (employee_id) ) ; CREATE TABLE CUSTOMER ( customer_id INTEGER NOT NULL, customer_name VARCHAR(50) NULL, customer_address VARCHAR(150) NULL, customer_city VARCHAR(50) NULL, customer_state CHAR(2) NULL, customer_zip CHAR(9) NULL); ALTER TABLE CUSTOMER ADD ( PRIMARY KEY (customer_id) ) ; CREATE TABLE ZORDER ( zorder_id INTEGER NOT NULL, employee_id INTEGER NOT NULL, customer_id INTEGER NOT NULL, zorder_date DATE NULL); ALTER TABLE ZORDER ADD ( PRIMARY KEY (zorder_id) ) ; “A picture is worth a thousand words”
  • 6. Why Do You Need a Data Model? With a single graphical model, you can manage multiple databases on diverse platforms. Oracle Oracle DB2 DB2 IDMS SQL Server SAP
  • 7.
  • 11. Saves Time and Frustration
  • 12. Understands & Translates multiple database “languages”
  • 13.
  • 14. What happens if we don’t Data Model? Database may be missing critical information Database development/maintenance time and cost are increased – over-budget! Poor database design – unstable system Missed project deadlines
  • 16. ERP Database Management & Administration Data Warehouse Center of Your Data Management Initiatives Types of Project Areas: Application Development Business Intelligence (BI) CA ERwin® Data Modeler Master Data Management (MDM)
  • 17. ERwin Import / Export ERwin Data Saphir Bridge Profiler Option ERwin Data ERwin ERwin Data Model Model Modeler Validator Navigator ERwin ERwin Crystal Process Model Reports Modeler Manager ( Other ODBC ) CA ERwin® Modeling Components Model Manager Model Manager
  • 18. CA ERwin Data Modeler Forward Engineer Design an ERD and generate code for specific target database based on the design Reverse Engineer Connect to a database catalog or read a script file and create an ERD Complete/Compare Automates complete bidirectional synchronization of models and databases Standards Out of the box model and meta data exchange
  • 19. CA ERwin Model Manager Collaborative model access and persistence Check-in/Check-out approach Models and Sub-Models (Subject Areas) Model library management Security and access management Version management and control Impact analysis and conflict resolution Global and library reporting Hosted on: MS SQL Server, Oracle or Sybase RDBMS
  • 20. Introducing ERwin® Data Profiler New Product added to ERwin Modeling Family Integrates with ERwin Data Modeler Can also be used as stand-alone product Distribution agreement with Exeros (www.exeros.com) Derivative of TDWI winner of “Innovative MDM Product of the Year” 2008 Exeros Discovery Provides Cross-System Data Profiling Robust Column-level Profiling Statistics Cross-system Data Analysis Primary-Key Foreign Key Discovery Export to CA ERwin Data Modeler – linking model design with data values
  • 21. CA ERwin Saphir Option Extracts and stores cryptic metadata from ERP/EAP packages such as SAP, PeopleSoft, JD Edwards and Siebel Reduces reliance expensive consultants lowering costs Ability to browse & subset metadata and export into an ERwin DM model Leverages the visualization and design capabilities of the industry leading data modeling solution
  • 22. CA ERwin Data Model Validator Essential design and performance validation Valuable “Teach Me” facility User configurable Generates “fixes” for the database Works with ERwin Data Modeler models, schemas and/or databases CA ERwin Process Modeler Functional Decomposition(IDEF0), Workflow(IDEF3) and Dataflow Modeling (Gane and Sarsons DFD) Activity Based Costing Integration with CA ERwin Data Modeler CA ERwin Model Navigator Read-only access to ERwin data and process models Model analysis and metadata reporting CA ERwin Modeling Add-ons
  • 24. CA ERwin® Data Modeler – R7.3 Enhancements ODBC-Based Metadata Access SQL Query Tool Crystal Reports Forward Engineering Template Editor Teradata Currency Universal File Close ERwin Bookshelf and Compiled HTML Help
  • 25. CA ERwin® Data Modeler – R7.3 Changes Complete Compare New options Incremental improvements Triggers – real vs. virtual Macros – TLX and EML Database and Operating System Support New Dropped
  • 26. Teradata Currency Exploitation support for v2.6.x, v12 and v13 support Forward Engineering Reverse Engineering Complete Compare Teradata-specific check model validations 12 categories of checks Almost 60 different checks CA worked directly with Teradata development Groups
  • 27. ODBC-Based Metadata Access ODBC read-only driver included with base product User controlled activation and deactivation (“Tools/Options/Integrations” dialog) Compliant with ANSI 92 specifications Only query syntax (SELECT statement) supported at this time Use with any standard ODBC query/reporting capable tool e.g., Crystal Reports, Cognos (commercial) LogiXML, Pentaho (open-source) Excel, Access (MS Office apps) Others Current model, all ERwin Data Modeler metadata No database or repository required
  • 28. SQL Query Tool Built-in, easy to use facility to query: Current or other open model Database catalog Access to: Model objects and properties Metadata defining model objects and properties The modeling session Action Log Used to: CREATE and SAVE queries (.QRY format) Save query results (.CSV format)
  • 29. Sample Query Tool Output Query entry area Query results
  • 30. Forward Engineering Template Editor Create, view modify FE template files (.FET) Review and/or print default templates Define template customizations Existing macros and new TLX scripting language supported
  • 32. Macros “Official” introduction of Template Language (TLX) – ERwin Data Modeler’s new template/macro language for FE templates Existing macros still available and accessible via macro toolbox Domain Dictionary dialog Model Naming Options dialog Pre and Post Scripts dialog Triggers dialog etc. FE Template Editor provides access to TLX macro documentation New technical documentation – the Template Language and Macro Reference Guide (all macros)
  • 33. Universal File Close Replaces several different CLOSE dialogs in earlier versions Standardized “look-and-feel” Enhanced functionality
  • 34. Universal Close Dialog Session Files
  • 35. Updated Help Documentation ERwin Modeling Bookshelf Replaces “deprecated” Windows HELP Full search and indexing capability Comprehensive table of contents Easier Navigation Context sensitive HELP (<F1>)
  • 36. CA ERwin Modeling Bookshelf “Clickable documentation links
  • 37. Complete Compare Optimized “Three-way” merge (ERwin MM) New advanced options: Auto-Resolve Missing UDPs Display Unified Attributes Select Active Subject Area Ignore Code Comments Miscellaneous improvements: Compare only ALIGNED objects Type resolution wizard (new – replaces previous dialog box) Demand loading optimized and used for all DB Sync operations (cannot be changed) "Hide Unselected Objects“ added to the Object Selection panes Range selection functionality Type Selection filtering applied during compares "Explain" Button Added
  • 38. Triggers Can create “real” trigger objects from ERwin triggers Trigger objects can be: Used in ALTER scripts Included in Complete Compare scenarios Associated with model templates New checkbox on “Model Properties/RI Defaults” dialog FE can automatically generate MISSING RI triggers RE can include “generated” triggers in process
  • 39. Database and Operating System Support Added: Teradata v2.6.x, v12 and v13 Oracle 11.x Microsoft Vista Microsoft Visual Studio 2008 Team System for Database Professionals Dropped: Ingres 2.5 Oracle 8i Progress 8.x SQL Server 7.0 Windows 2000
  • 40. CA ERwin® Modeling Questions?
  • 41. Bottom Line…. In today’s tough economy, IT resources are being asked to do more with less: More databases to manage More platforms to support Fewer people to do the work.  CA ERwin helps you face these challenges and look like a hero in their organization by: Reducing the amount of time and money spent learning to code for every platform Improving database performance through visual design Increasing data quality through standardization and reuse
  • 42. Bottom Line… More Database Platforms to Support Most organizations have more than one database platform—it’s hard to be an expert in all The number of databases is growing, with more and more applications to support CA ERwin can manage multiple databases from a single, graphical design.  Fewer Staff and Resources Most organizations are cutting back on IT staff, making it difficult to manage these growing databases. Skill sets for individual databases are very specialized. It is unrealistic (and expensive) to have multiple experts for all platforms. CA ERwin can replace the need to have experts in every platform—by managing multiple databases from a graphical model.  
  • 43. Bottom Line… Migrating Database Platforms Many organizations are trying to consolidate databases into a single platform CA ERwin can help in the migration process by translating the data structures from one platform to another. Integrating Data from Multiple Sources Many organization are trying to integrate multiple systems – as a result of mergers and acquisitions, or for data warehousing, CA ERwin helps create a single view of these data structures and creates standards
  • 44. CA ERwin Data Modeling Licensing CA ERwin Data Modeler (Main), ERwin Process Modeler, ERwin Model Navigator, ERwin Model Validator Licensed per user No concurrent licensing available CA ERwin Model Manager (formerly known as Model Mart) Licensed per user –installed on server (Oracle or SQL Server DB) CA ERwin Modeling Suite Bundle Price book sku created to sell 1 user license for ERwin Data Modeler, ERwin Model Manager, ERwin Data Model Validator and ERwin Process Modeler under one sku at a discount DOES NOT include ERwin Model Navigator nor ERwin Saphir Option Special Maintenance Renewal Upgrade Sku to Bundle with 3 yrs Maintenance
  • 45. Let’s Test Your ERwin Knowledge!