Reverse engineer (oracle) schema to ERD [closed]

旧巷老猫 提交于 2019-11-28 07:58:30

问题


Can anyone recommend good tools for reverse engineering database schemas to ERD/UML, preferably to some generic format.


回答1:


As you might expect, there are a few eclipse plugins that can do this. Clay is my personal favourite. It works quickly and with little fuss.

There is no real benefit over MS Visio Pro, except for cost (free). Both produce a file in a propritary format, and the best you can do to share with those that don't have the tool is some kind of export to an image. So not ideal.




回答2:


Microsoft Visio does a half decent job of pulling a database schema back into an ERD.




回答3:


You can do it using Oracle SQL Developer. Check out this tutorial on how to do it.

SQL Developer is free and Oracle product. Makes sense to use it over others for this piece of work.




回答4:


At my company we use Sybase's PowerDesigner which is great, not only for reverse engineering...




回答5:


Visual Paradigm for UML can do this but its not free.



来源:https://stackoverflow.com/questions/49503/reverse-engineer-oracle-schema-to-erd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!