DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Reverse engineer problems

  1. #1
    Join Date
    Apr 2003
    Posts
    1

    Reverse engineer problems

    Hi,

    I'm a final year student and am doing a project which entails writing a Java prototype application to reverse engineer an Oracle database (extract Entities, Relationship and Multiplicity between those related entities) and draw an ER diagram.

    My biggest problem at the moment is 'how do I extract multiplicity, both cardinality and participation, from the database'?

    In essence this question should read 'how does the multiplicity shown at the contextual (ERD) level relate to the final database model'?

    If you could suggest any ways I could answer this question then I would be most grateful.

    Also, a lot of the scripts I've seen to extract the primary and foreign keys have been very complicated and some have been very simple..is there a definative script out there to do what I want?

    Regards,

    James

  2. #2
    Join Date
    Jul 2002
    Location
    California
    Posts
    128
    use an existing package such as ERWIN to reverse engineer a database as an example to work from when writing your Java App.

    Refer to the DBA_ views to get your info

    Start with DBA_CONSTRAINTS


    Good luck
    alapps

    Fast, Cheap, Reliable... Pick Two(2)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width