Oracle Reverse Engineer ERD for Mac

75 Views Asked by At

I have a large database, over 100 tables, and I would like to reverse-engineer it into an ERD. I would like to do this automatically. OracleDataModeler works fine for me but seems to only let me select one table at a time. With my large database, I want to find a tool that will apply the ERD to the entire database, at once.

However, my employer has us using only MacOs (I'm on Monterey) and I can't find anything that will work for me. It doesn't have to be a free tool, I'm willing to pay for it, but all tools that I find seem to be only for Windows systems.

As a side tip, I had used RedGate software to do this with SQLServer databases and it is really easy to use. It worked great. If I could find something like that, it would be exactly what I'm looking for.

1

There are 1 best solutions below

2
thatjeffsmith On

OracleDataModeler works fine for me but seems to only let me select one table at a time.

No...use the Import wizard, point to your connection, select your schema/objects, and Voila.

Step By Steps

enter image description here

Connect to your datbase, pick your schemas and object types, and then...pick your objects...Click the 'Select All' button to grab everything.

enter image description here

Let it work it's magic..it may take awhile depending on how many objects you selected.

enter image description here

Disclaimer: I'm an Oracle employee and the product manager for SQL Developer / Data Modeler.