gram77
gram77

Reputation: 531

Oracle Sql Developer DataModeler not showing ERD in relational model

I am using Oracle Sql Developer Datamodeler to view table relationships as an ERD.

I have selected tables from the schema that are related and have common keys. Still Oracle Sql Developer Datamodeler does not show how the tables are related. Why?

Relational Model. No relation between Pk-Fk shown

Upvotes: 0

Views: 3842

Answers (2)

Skilled
Skilled

Reputation: 1

If you have your relationships correct and still not showing the relationships, please disconnect and connect back the db connections in SQL Developer. You will be able to see the relationships properly

Upvotes: 0

Koti
Koti

Reputation: 26

I am suspecting that there is no foreign key relation in your table design.

Upvotes: 1

Related Questions