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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Name/Value pairs pros and cons

Re: Name/Value pairs pros and cons

From: Bill Pass <wbpass_at_yahoo.com>
Date: Tue, 09 Jul 2002 11:31:04 -0800
Message-ID: <F001.00492B36.20020709113104@fatcity.com>


You might compromise with a nested table of name/value pairs for "attributes" to get management off your back.

There was a lengthy thread a month or so ago on a similar design issue. I am sure Tim Gorman can provide some info on his nightmare project where there was a single table w/name/value pairs for the entire database.

You have covered a good many of the Pros/Cons.

I can't emphasize enough how difficult it is to denormalize this information. You end up with alot of dups of the tables in the from clause. Really ugly queries.

Other cons are you have to reinvent alot of your own code to enforce bussiness rules, data types, and uniqueness that are already provided by the database.

Bill


Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pass
  INET: wbpass_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jul 09 2002 - 14:31:04 CDT

Original text of this message

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