Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.

Similar presentations


Presentation on theme: "1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved."— Presentation transcript:

1 1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.

2 2 Oracle SQL Developer Data Modeler Overview David Last, Oracle UK

3 3 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. 3 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.

4 4 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Agenda Why Model? Oracle SQL Developer Data Modeler Overview Feature Highlights New Features More Information

5 5 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Why Model? Top Five Reasons to Model –Easy to Change –Communication Method to Gather Requirements –Business Rules Validation –Target User Involvement –Documentation/Training

6 6 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle SQL Developer Data Modeler Overview No cost diagramming and data modeling tool – standalone or within SQL Developer Single tool for different users and functionality Modeling across platforms within one integrated system Business rule and process flow documentation and verification Standards-driven DDL script generation Migration support from other tools

7 7 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle SQL Developer Data Modeler Overview Technology and Architecture –Java based –Common IDE Framework –Metadata stored in XML Files Database support –Oracle 9i, 10g, and Oracle 11g –Third-party databases: Microsoft SQL Server, DB2, UDB Platform support –Windows –Linux –Mac OSX

8 8 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle SQL Developer Data Modeler Overview Data Dictionary Strategy and Analysis Relational Database Design Data Type Star Schema Physical Multidimensional ERD DFD Logical DDL Script Reporting Import Models Domains

9 9 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Logical Modeling Model entities, attributes, relations and entity type hierarchies Transform logical to many relational and multi-dimensional models Configurable forward and reverse engineering Provide different modeling notations and displays of same model Use subviews to work on subset of model Data Model – Entity Relationship Diagram

10 10 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Logical Modeling Model external agents, processes, information flow and information stores Different process types: primitive, composite and transformation Decompose a process into lower level DFDs Depict information flow from one object to another Process Model – Data Flow Diagram

11 11 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Relational Modeling Model tables, columns and foreign keys Map one logical data model to one or more relational models Configurable forward and reverse engineering Use subviews to work on subset of model

12 12 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Working with Diagrams Autoroute vs. Manual mode Context-sensitive windows

13 13 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Working with Objects Properties Window

14 14 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Forward and Reverse Engineering Engineering options: General, compare/copy and synchronization Include design glossary and naming standards Transformation Logical Relational Physical Relational Physical

15 15 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Physical Modeling One relational model for many physical models Documents tablespaces, users, stored procedures Apply properties to many elements at once Supports –Oracle9i, Oracle Database 10g and Oracle Database 11g –Microsoft SQL Server 2000 and 2005 –IBM DB2/390 and DB2 LUW Relational Physical

16 16 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Custom Design Rules and Transformations Use scripting engine of choice Create user defined transformation scripts Apply multiple scripts or rules Define Rule Sets Create Libraries

17 17 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Modeling Data Types Support for SQL99 (Object Relational Modeling) –Distinct Types –Structured Types –Collection Types Used in logical and relational models Included in import Generated in DDL

18 18 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Multidimensional Modeling Model Cubes, Dimensions, Levels and Hierarchies, Measures and slices Start from ROLAP, XMLA or from scratch Generate Oracle Analytical Workspaces

19 19 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Importing Metadata Import using direct connections –Oracle Database –Microsoft SQL Server –IBM DB2 and UDB –Generic JDBC based dictionary (MySQL, Teradata) –Oracle Designer repository File import –DDL –Domains –Other Modeling tools (CA ERwin) –Multi-Dimensional (Cube views, Microsoft XMLA)

20 20 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Export and Code Generation DDL generation options –Design Rules –Object selection –Drop objects –Name Substitution –Table scripts Standard database DDL scripts –Oracle –IBM DB2 and UDB –Microsoft SQL Server Reporting Repository export Multi-Dimensional Oracle AW, Cube Views and XMLA

21 21 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Controlling the Design Environment Defaults used during creation, manipulation, generation of all models Naming Standards used during creation and transformation Diagramming properties Preferences

22 22 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Controlling the Design Environment Administer cross model objects Facilitates common tasks Define abbreviations and glossary words Customize and verify Design rules Compare and merge models Tools Options

23 23 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Version History V4 V3 V2 V1 Collaborative Development Overview User 1 Check out Commit Changes User 2 Check Out Commit Changes Open/Modify Working Directory Subversion Repository Working Directory Open/Modify Make More Changes Merge Changes Commit Changes

24 24 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Collaborative Development Use Versioning Navigator to connect to Subversion repository Checking in Design using Data Modeler or External client Multiple users check out designs Pending Changes dialog provides feedback to all users Commit changes to repository Manage conflicts Review/Manage Version History

25 25 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Reporting Options Integrated reporting –Generated in RTF, PDF and HTML formats Repository reports –Export in Data Modeler –Run Data Modeler Reports in SQL Developer –Create custom reports

26 26 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. SQL Developer Data Modeler Release 3.1 Synchronization Versioning Query Builder Diagramming Enhancements Reporting Enhancements National Language Support –Fully translated into 9 Languages New Features Overview

27 27 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Synchronization “Easy synchronization" –One click synchronization between model and dictionary Support for several connections Supports synchronization in both directions List of values/ranges can be extracted from column check constraint Can exclude tracking of column order when tables are compared No need to recreate table as alter statements are generated

28 28 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Versioning Version history is available at design and system level Lock and unlock can be done at design, model and subview level Support for branching and merging –delayed resolution of merge conflict –tree conflicts detected in advance

29 29 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Query Builder Convert between ANSI and Oracle joins. Graphical Interface support –Build complex queries –Persist the layout of diagrams –Work with objects belonging to a specific subview Synchronization of changes in the model with already created views Validation of view definitions created with previous version of Data Modeler

30 30 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Diagramming Enhancements Diagrams can display primary, unique and foreign key columns Display labels in Transformation diagrams Setting default colors and fonts for Legends

31 31 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Reporting Enhancements New Reports –Structured, collection and distinct types, change requests and measurements Reporting templates can be defined –Define report sections to include in generated report Report for objects belonging to specific subview Reporting Repository –Multidimensional, business information, change requests and measurement models

32 32 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. More Information SQL Developer Data Modeler on OTN –www.oracle.com/technetwork/developer-tools/datamodeler/www.oracle.com/technetwork/developer-tools/datamodeler/ Feature Exchange –sqldeveloper.oracle.comsqldeveloper.oracle.com Forums –forums.oracle.com/forums/forum.jspa?forumID=1317forums.oracle.com/forums/forum.jspa?forumID=1317 Oracle Learning Library –www.oracle.com/ollwww.oracle.com/oll

33 33 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Q&A

34 34 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.

35 35 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.


Download ppt "1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved."

Similar presentations


Ads by Google