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?
Asked
Active
Viewed 4.4k times
3 Answers
39
It is possible, but looks like is not very intuitive.
- Zoom your relational model to the expected resolution (at least to be readable).
- 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
-
Current zoom level as resolution seems not to work with version 4. – guillem Nov 05 '14 at 11:44
-
5Sounds so promising, but literally does nothing when I click it. Both image and PDF options appear to do nothing. Do the files get generated without user prompt in some specific location? – SilverSideDown Feb 09 '17 at 17:09
-
2when picking a format I'm getting 'There is no printable area' =/ – juggernaut Jul 06 '21 at 15:17
-
1I was able to do this once, but now I try and happens the same as @juggernaut. "There is no printable area" – ppdmartell Mar 09 '23 at 13:12
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