December 2017
Oracle SQL Developer Data Modeler is a free data modeling and design tool used to increase developer productivity by providing the means to develop logical, multi-dimensional, user defined data types, relational and physical data models. The tool provides full forward engineering, including engineering from Logical ERD models to Relational models and the reverse, importing from the Data Dictionary and DDL script generation. The Data Modeler imports from and exports to a variety of sources and targets, provides a variety of formatting options and validates the models through a predefined set of design rules.
Enhancements
Oracle SQL Developer Data Modeler runs on the following operating systems:
The following requirements must be met to install and run correctly:
Note:
Before Installing
If you have worked with the production release of SQL Developer Data Modeler 2.0, then you can save and reuse the default settings you made in the Tools > General Options menu, such as the Default Design Directory and Formatting Options. After installing SQL Developer Data Modeler 17.4, you can use the Import/Export function in the Tools > Preferences > Data Modeler menu to import the \datamodeler\bin\settings.xml file.
You need to copy types.xml file from datamodeler\datamodeler\types directory to directory set as default system types directory in preferences when preferences are migrated from earlier version.
JDK 1.8 Requirement
Data Modeler needs to be restarted if "Use Versioning functionality" setting in preferences is changed.
Note: Data Modeler 17.4 doesn't maintain SVN properties thus it's not backward compatible with previous versions in regards to versioning functionality. It's recommended to not use Data Modeler 17.4 together with earlier versions against the same SVN repository.
"Mozila Rhino" script engine is not distributed with JVM any more. It's replaced with "Oracle Nashorn" scripting engine. Engine need to be changed in existing scripts. Other JavaScript engines (like "Google V8") also can be used - here is an explanation how to get "Mozila Rhino" engine (js.jar and js-engine.jar) - https://wiki.openjdk.java.net/display/Nashorn/Using+Rhino+JSR-223+engine+with+JDK8.
Predefined RDBMS sites are no longer distributed in file defaultRDBMSSites.xml and will be removed from existing versions of that file.
Migration of preferences from existing installation and non default location of "System Types Directory" - following files need to be copied at that location:
datamodeler\datamodeler\types\types.xml - changes - added mappings of logical types to MS SQL Server 2012
datamodeler\datamodeler\types\dr_custom_scripts.xml - changes - new custom design rule and "After Create" script for user defined DDL - generation of journal table and supported trigger.
If you want to open models built in SQL Developer Data Modeler 2.0 and 3.0, you must use "Save As" before you start making changes in the SQL Developer Data Modeler 17.4.
SQL Developer Data Modeler 17.3 can open designs created with 3.1.x version and save them in their original location however further maintenance of such design in Data Modeler 3.1.x version is not recommended due possible lost of information.
"Note" object is no longer represented by separate file in the file system - those files will be deleted upon saving of design.
You can print your diagrams to a number of file formats, including PDF, PNG, JPG. Version 4.0 does not support printing to SVG.
Custom Unicode font for printing and PDF export can be set in datamodeler.conf and datamodeler64.conf files.
You can export your designs to a reporting repository. Read the online help or the FAQ for more information. There is a brief Oracle by Example tutorial that walks you through creating and accessing the reporting repository and running the reports. Search for "Data Modeler" in the Oracle Learning Library for all tutorials.
Note: The reporting schema has been updated and so you can use the update scripts (located in the installation directory, \datamodeler\reports) and depending on your version of repository (starting with version 2.0) to apply related scripts to upgrade it to version 17.4. The update script is not required when an existing repository is deleted and a new repository is created.
SQL Developer Data Modeler 17.4 reporting repository is also supported on Oracle Database Express Edition 11g.
Custom reports cannot be exported to RTF.
SQL Developer Data Modeler connects to and imports directly from the Oracle Designer repository.
The following is a list of supported imports from Oracle Designer
To compare two logical models, ensure you have one model open and then select File > Import > Data Modeler Design. You can now select the logical model for the comparison. Once you have made the selection, you are presented with the Compare Merge dialog.
All passwords set in the physical model are encrypted when saving a design in the file system.
The Tools > Preferences >Data Modeler > Model > Relational >Default Foreign Key Delete Rule defines the delete rule when a new FK is created. If you create a model by importing a DDL script, then ensure the option is set as required before the import.
When cloning the physical details from one model to another, ensure you have saved the database you want to clone from. Note you can only clone databases of the same release or lower. i.e. to populate a new Oracle Database 11g physical model, you can select a saved Oracle Database 11g or earlier.
Column property "Default On Null" is moved from physical model for Oracle Database 12c to relational model.
You can add your design to a Subversion repository using a few different approaches; either from within SQL Developer Data Modeler, or by using a separate client.
IMPORTANT: A design should be fully saved before commit, update and merge operations are done. It is recommended to close and reopen the design after update or merge operations are completed, especially when conflicts are resolved. Do not save design during or after update or merge operations.
SQL Developer Data Modeler allows users to build scripts for user defined design rules and transformations. Object properties are described in "datamodeler/datamodeler/xmlmetadata/doc" directory; use index.html.
From Other Modeling Tools
Oracle SQL Developer Data Modeler imports from:
- Supported Oracle Databases, Microsoft SQL Server 2012, IBM DB2/LUW V10, IBM DB2 for z/OS v11 and JDBC compliant data dictionary.
IMPORTANT: Oracle does not ship the non-Oracle drivers.To access the non-Oracle databases, you need to download and add the drivers required.
To add the required drivers : Go to Tools > Preferences > Data Modeler > Third Party JDBC drivers
SQL Developer Data Modeler is supported through My Oracle Support for all users with an Oracle Database support license.
You can use the documentation in the Oracle SQL Developer Data Modeler Help or access the online documentation.
Visit Oracle SQL Developer Data Modeler on OTN for more information. Use the Oracle SQL Developer Data Modeler Forum for any discussion or queries.