How to generate data model diagram from Oracle sql developer

datamodeloracle-sqldeveloperoracle11g

I want to generate a data model diagram from an existing oracle database.

I've tried to use SQL Developer 3.2.20.09 and followed the steps in another post and the demonstration of oracle.

But I didn't succeed. It's a little strange because I can see all the other types of objects except tables.

Here is my steps:
File -> Data Modeler -> Import -> Data Dictionary -> current database connection -> Next -> Current Schema -> Next

there is no tables displayed

Do you have any idea?

Thanks in advance.

EDIT:

I think it's a specific problem in my database. I can't figure it out with SQL Developer.
Finally, I've used TOAD Data Modeler to generate E/R diagram.

Best Answer

As there are not solutions proposed by others, I'll mark my "solution" as answer.

I think it's a specific problem in my database.

I can't figure it out with SQL Developer. Finally, I've used TOAD Data Modeler to generate E/R diagram.

Related Topic