Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 apparently for na earlier version for of JDeveloper, but in principle it works on 10.1.3 and up):  http://www.oracle.com/technology/obe/obe9051jdev/dataModeling/lesson_dm.htmImage Removed
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 printing of a  schema in JDeveloper (here we choose an arbitrary application)

  1.  in In Applications Navigator create an application that uses all template 'All technologies.'
  2.  RightRight-click on Project ->New->Database Tier->Offline Database Objects-> Database Diagram->OK
  3. Accept defaults in CreateDatabase Diagram
  4. Open Connection to the 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 dialog appears - 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

...