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: Database programming standards

Re: Database programming standards

From: <Jared.Still_at_radisys.com>
Date: Fri, 4 Jun 2004 10:00:23 -0700
Message-ID: <OFAD0C16E1.6E8952DF-ON88256EA9.005D4CA7-88256EA9.005D68D3@radisys.com>


 > I'm not sure that keeping all business rules in the database layer
> is a good solution either. I'd rather keep the data integrity rules
> IN the database, and off-load the TRUE business rules to the app server.
>
> The underlying determining factor being this in all my designs:
>
> Does the "rule" apply to ANY application that may access that piece of
data?
> Yes? Then it belongs in the database.
> No? It belongs in the app server with the code for this particular
> application.
>

Thanks Nuno, I think this makes more sense than the black and white arguments
of the 'rules belong in the <insert your bias here>'.

Jared



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Jun 04 2004 - 11:57:40 CDT

Original text of this message

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