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

后端 未结 8 1662
清酒与你
清酒与你 2020-11-29 14:32

I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool.

What is the process for creating an ER diagram in

8条回答
  •  清歌不尽
    2020-11-29 15:08

    For a class diagram using Oracle database, use the following steps:

    File → Data Modeler → Import → Data Dictionary → select DB connection → Next → select database->select tabels -> Finish

提交回复
热议问题