Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export image of relational model in Oracle SQL Data Modeler?

I have a relational model in Oracle SQL Developer Data Modeler with tables and relationships. Is it possible to export that relational model to a image file?

like image 551
Rubens Mariuzzo Avatar asked Oct 09 '13 15:10

Rubens Mariuzzo


People also ask

How do I export objects in SQL Developer?

Exporting Object DefinitionsUsing the main menu, select Tools->Database Export. An Export wizard will open. At the top of the screen, enter a directory and file name.

How do I open a DMD file in SQL Developer?

If you want to open or activate the Modeler inside of SQL Developer, then the easiest way to do so is: Go to the View menu. Expand the Data Modeler menu. Select the 'Browser'


1 Answers

It is possible, but looks like is not very intuitive.

  1. Zoom your relational model to the expected resolution (at least to be readable).
  2. Go to File, then Data Modeler, then Print Diagram and selected the desired format.

This will generate an image file with your relational model with the current zoom level as the resolution.

like image 102
Rubens Mariuzzo Avatar answered Sep 17 '22 19:09

Rubens Mariuzzo