简体   繁体   English

Oracle 11g数据库的图形

[英]Graphic of Oracle 11g Database

Is there any way, complex or simple, to get a graphical representation for an existing full schema on my DB? 是否有任何方法(复杂或简单)来获取数据库中现有完整模式的图形表示? I'll try to be more specific: 我将尝试更具体:

I already have a defined schema on Oracle 11g, with its relationships, foreign and primary keys, sequences and all the stuff you might imagine. 我已经在Oracle 11g上定义了一个架构,包括它的关系,外键和主键,序列以及您可能想到的所有内容。 The problem is that someone forgot to create a schematic image so the rest of the world could understand what is happening in there.. 问题是有人忘记创建示意图,因此世界其他地方可以了解其中发生的情况。

So if you knew someway, any program, that given a DDL of an Schema gives me a relational and graphic representation of my database i would be very grateful! 因此,如果您以某种方式知道任何程序,那么给定Schema的DDL就能给我数据库的关系和图形表示,我将不胜感激!

Thanks in advance! 提前致谢!

You can use the Data Modeler option in sqldeveloper to generate the ER diagram for your DB. 您可以使用sqldeveloper中的Data Modeler选项为数据库生成ER图。

http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM