Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to translate UML Class Diagram into Database Design ?

Re: How to translate UML Class Diagram into Database Design ?

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 23 Jun 2005 22:06:46 -0700
Message-ID: <1119589620.667181@yasure>


xtanto_at_hotmail.com wrote:
> Hi,
>
> I am using UML Class Diagram to do data modeling.
> The question is then how should I translate it into Oracle database
> design ?
> In the Class diagram there are operation/method, where should I
> implement it ? on database or aplication layer ?
> Is there any tool or method for this ?
>
> Thank you for your help,
> Krist

Wrong tool.
Wrong diagram.

Implement business logic in the database. Unless you want to have it violated by everyone that connects to the database and doesn't use the application. And there will be a lot of them.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Jun 24 2005 - 00:06:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US