The Artima Developer Community
Sponsored Link

Java Buzz Forum
Jdeveloper ER modelling

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrej Koelewijn

Posts: 594
Nickname: andrejk
Registered: Nov, 2002

Andrej Koelewijn is a Java and Oracle consultant
Jdeveloper ER modelling Posted: Oct 2, 2003 8:02 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Andrej Koelewijn.
Original Post: Jdeveloper ER modelling
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
Latest Java Buzz Posts
Latest Java Buzz Posts by Andrej Koelewijn
Latest Posts From Andrej Koelewijn

Advertisement
Jdeveloper 10g finally has a data modelling diagram, which will allow you to create ER models for existing tables in your database. You can also use to it to design a new ER model, and let jdeveloper create a ddl script to create the objects in the database. Jdeveloper can also create an alter script which will update an existing schema with the changes you made in the data modelling diagram. There are still some minor problems with this. For example, if you change an attribute constraint from not null to nullable, this isn't detected as a change by jdeveloper. When you want to create an ER diagram for an existing schema you can simple drag the tables from your database connection onto a data modelling diagram. Jdeveloper will also draw the foreign key relationships, but only if you drag the tables involved in this relationship, at the sametime onto the diagram. This doesn't seem to work if you drag the tables one by one....

Read: Jdeveloper ER modelling

Topic: Almost ready to release joscar 0.9.3 Previous Topic   Next Topic Topic: HP to buy BEA Weblogic?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use