I am wondering if it is possible to reverse engineer DDL files to create relational diagrams. I am not able to connect the database and can only retrieve the DDL files for each table.
This link shows how to do it in Microsoft SQL Server
https://www.visual-paradigm.com/tutorials/reverse-ddl.jsp
Is this possible to do in either Oracle developer or data modeler?
Thanks for any assistance!