0

I need to generate a database diagram automatically from a database script I have.

I have run the sql script and it worked. Right now I need to generate a database diagram using the script I ran.

I am working with Oracle Application Express web based and I googled it but I couldn't find anywhere how to do it. Does anyone know how I can generate automatically a database diagram with the SQL script I have in Oracle Application Express.

Below is my dashboard where do I need to click to generate my database diagram automatically?

enter image description here

Hadi GhahremanNezhad
  • 2,377
  • 5
  • 29
  • 58

1 Answers1

3

APEX does not create a database diagram as you describe. Instead, you should use Oracle SQL Developer, which is a free tool for creating and editing SQL And PL/SQL and Oracle database structures. Included with SQL Developer is a Data Modeler that can reverse engineer a database connection to generate diagrams.

Joe
  • 3,337
  • 1
  • 14
  • 11