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

Home -> Community -> Mailing Lists -> Oracle-L -> TRUTH and versioning

TRUTH and versioning

From: Mandar Ghosalkar <MandarG_at_gsr-inc.com>
Date: Fri, 27 Apr 2001 16:56:10 -0700
Message-ID: <F001.002F4B60.20010427161557@fatcity.com>

I came to know today "THE TRUTH". i didnt knew it bfore :-)

Oracle APPS do not use Primary Key and Foreign Key constraints. They use not null and unique indexes for primary key type columns. Also they do not keep database triggers.

All the integrity is maintained thru application.

The PK,FK and triggers are not kept cos of performance reasons.

I am fighting with my client which wants to implement versioning for each row and across relationship.

so if a dept attribute changes a new row shld be created and all dependents shld be somehow made aware of the change. Also if an employee attribute changes, a new employee version to be maintained while keeping the relationship with the dept.
The only solution coming to my mind is keeping a surrogate key for every table.
Guys do ull hv any IMPLEMENTED WORKING solution?

i can see my weekend....:(

-Mandar
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mandar Ghosalkar
  INET: MandarG_at_gsr-inc.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 Fri Apr 27 2001 - 18:56:10 CDT

Original text of this message

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