Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Theory v Practice
Craig - I've seen large/busy databases run with RI handled outside the db.
Most common with package apps like Peoplesoft. They do that because they
want to run on many DBMSs and each handles RI differently. To reduce
development cost, they code once to the least common denominator. Thus no
RI in the db. Also opens the door to lots of problems that would be avoided
with RI in the db.
Not sure why you would elect to do such a thing with a homegrown app. Wouldn't be my first choice.
Even so, I'd say yes - the db is still more than an expensive filesystem. You still benefit from indexes and a query optimizer for performance; concurrent access to data; backup/recovery; etc...
-----Original Message-----
Sent: Wednesday, October 23, 2002 12:45 PM
To: Multiple recipients of list ORACLE-L
The developers working on our new VB app are also responsible for
setting up the Oracle DB behind it. The app is for an order
entry/despatch/warehouse system with >5 million customers and >1000
orders per day. We have nearly 400 tables. They are not planning on
using primary keys/secondary keys, as they say they will handle all the
constraints via VB.
I only have a theoretical knowledge of database design, which says this
is very wrong. Is the Oracle system being used as anything more than an
expensive file system? In real world scenarios, is this a common
practice?
Regards
Craig Healey
This email and any files transmitted with it are confidential and intended
solely
for the use of the individual or entity to whom they are addressed and may
contain
confidential and/or privileged material. Any review, retransmission,
dissemination
or other use of, or taking of any action in reliance upon, this information
by
persons or entities other than the intended recipient is prohibited.
Statements
and opinions expressed in this e-mail may not represent those of the
company.
If you have received this email in error please notify system.administrator_at_hhsuk.com
This footnote also confirms that this email message has been swept by
MIMEsweeper
for the presence of computer viruses (www.mimesweeper.com)
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Wed Oct 23 2002 - 13:46:30 CDT