Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/7067974c07c97478cc62bc6e9115544e to your computer and use it in GitHub Desktop.
Save ezhov-da/7067974c07c97478cc62bc6e9115544e to your computer and use it in GitHub Desktop.
генерация схемы
==> https://stackoverflow.com/questions/6580529/how-to-generate-an-entity-relationship-er-diagram-using-oracle-sql-developer
Create a diagram for existing database schema or its subset as follows:
Click File → Data Modeler → Import → Data Dictionary.
Select a DB connection (add one if none).
Click Next.
Check one or more schema names.
Click Next.
Check one or more objects to import.
Click Next.
Click Finish.
The ERD is displayed.
Export the diagram as follows:
Click File → Data Modeler → Print Diagram → To Image File.
Browse to and select the export file location.
Click Save.
The diagram is exported. To export in a vector format, use To PDF File, instead. This allows for simplified editing using Inkscape (or other vector image editor).
These instructions may work for SQL Developer 3.2.09.23 to 4.1.3.20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment