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

Home -> Community -> Usenet -> comp.databases.theory -> Re: DB design issue

Re: DB design issue

From: LC <lore.conti_at_tiscali.it>
Date: 17 Nov 2006 07:40:27 -0800
Message-ID: <1163778027.670526.272560@m7g2000cwm.googlegroups.com>


Neo ha scritto:

> > ... how to design the Message table and how to link a 'type ID' with either a simple type (Type table) or a composed type (Block table).
>
> Could you treat simple types as a composed type having one element?

hi, thank you for your interest.

well I thought simple types with different attributes, but your hint make me think about the following possible solution:

T_SYSTEM
Idsys
Name
Description

T_INTERFACE (interfaces have a direction: a source and a dest system) Iditf
Name

Idsys	(source)
Idsys	(dest)

Link
Protocol
Description

T_MESSAGE
Idmes
Iditf
Name
Identification
Service
Timing
Answer
Description

T_TYPE
Idtyp
Name
isNative
Description

T_FIELDSOFMESSAGE
Idfom
Idmsg
Position
Idtyp
Name
Size
Unit
Values
Accuracy
Resolution
Description

T_FIELDSOFTYPE
Idfot
Idtyp
Position
Idtyp
Name
Size
Unit
Values
Accuracy
Resolution
Description

Do you all think it could be a good design? Received on Fri Nov 17 2006 - 09:40:27 CST

Original text of this message

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