You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In JDeveloper you can  design, modeling and generate database tables

 

This page explains how to view a database schema in JDeveloper. For detailed explanation of how to model and generate new tables in addition to the tables in your schema, see the Oracle technology page (aparently for na earlier version for JDeveloper, but in principle it works on 10.1.3 and up):  http://www.oracle.com/technology/obe/obe9051jdev/dataModeling/lesson_dm.htm
The main idea is that you want to import tables from a database into an offline database tables, manipulate tables and than create an SQL *.dll file which can be used to update tables in the oracle database.

 Here are the steps leading to a view and print the current schema in JDeveloper (here we choose an arbitrary application)

  1.  in Applications Navigator create an application that uses all technologies.
  2.  Right-click on Project ->New->Database Tier->Offline Database Objects-> Database Diagram->OK
  3. Accept defaults in CreateDatabase Diagram
  4. Open Connection to database schema whose tables you want to view (Connections->Database>Schema->Tables in Connections Navigator)
  5. Highlight all the tables you want to see (Ctrl-click adds to choices)
  6. Drag and Drop tables on the Database Diagram (Create From Database Object - accept default Offline Database Objects)
  7. Play/change with tables
  8. Right-click on the database diagram panel -> Publish Diagram
  9. Choose location of the newly created png image.
  10. Here is an example of a schema

 

  • No labels