20

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?

Rubens Mariuzzo
  • 28,358
  • 27
  • 121
  • 148

3 Answers3

39

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.

Rubens Mariuzzo
  • 28,358
  • 27
  • 121
  • 148
4

Current path to printing model in SQL developer is:

File -> Data Modeler -> Print Diagram -> To ... File
Dariusz
  • 21,561
  • 9
  • 74
  • 114
0

I know this question is old, but I did figure out how to make it work using a different thread on stack overflow.

How to generate an entity-relationship (ER) diagram using Oracle SQL Developer

DharmanBot
  • 1,066
  • 2
  • 6
  • 10
Ketchup201
  • 129
  • 1
  • 9