Reverse engineer database from an Oracle database

无人久伴 提交于 2019-12-06 16:42:16

There are a number of tools which do reverse engineering from an Oracle database, but most require a license.

Oracle has its own Data Modeller. Previously Oracle tried to charge an exorbitant licence fee but obviously they had few takers because it is now free. It is not a great product but it does a decent job on reverse engineering.

If you are a site which uses TOAD then you should definitely consider Quest's TOAD Data Modeler. The additional cost is not a great stretch from the basic TOAD fee.

There are not many other free tools left on the market but SQL Power offer a community edition of their SQL Architect tool which does reverse engineering. Check it out.

Oracle SQL Data Modeler answered to all my questions.

It has a reverse engineering tool that creates the logical and physical model from the database.

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