| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Building the virtual OTLT
Another example when that kind of a table would be useful is logging. You want to report a bunch of events happening to different, but somehow related entities ( so they all have some kind of a parent entity this logging is tied to) . Each entity has its own set of event type codes, but there is only one event type code column in the log table, so you have a OTLT with just three columns (event type code, description, entity type) plus a bunch of lookup tables (one for each entity) - pretty much like what was discussed in the recent data consistency thread in this NG. Then, in the logging table, you have a foreign key pointing to the OTLT - and displaying the log becomes really easy - just a simple join.
"Laconic2" <laconic2_at_comcast.net> wrote in message news:986dndg5yt7Hwt3cRVn-sg_at_comcast.com...
> So the virtual OTLT can be a useful tool, even though it illustrates bad
> data management.
>
>
>
>
>
>
>
>
>
>
>
Received on Fri Sep 10 2004 - 11:48:16 CDT
![]() |
![]() |