Oracle
Learn how to import existing Oracle database schemas into StackRender using Oracle SQL Developer. Convert your database schema into a visual ERD diagram in seconds.
You can export an Oracle database schema using SQL Developer and import it into StackRender.
Open Oracle SQL Developer
Launch Oracle SQL Developer and connect to your Oracle database.
Open the Export Tool
From the top menu, go to Tools → Database Export.
Configure Export Settings
In the export dialog:
- Select your database connection.
- Check Pretty Print.
- Check Terminator.
- Make sure Export Data is unchecked to export only the schema.
Select Object Types
Under Standard Object Types, select only:
- Tables
- Indexes
- Constraints
- Referential Constraints
Leave all other options unchecked.
Export and Import into StackRender
Complete the wizard and save the .sql file.
Open the generated .sql file, copy its contents, and paste them into the Import SQL section in StackRender.
Then click Import to generate the diagram.