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: Know 1 database, know them all?

Re: Know 1 database, know them all?

From: Bjørn Engsig <bjorn_at_miracleas.dk>
Date: Thu, 20 Feb 2003 09:19:03 -0800
Message-ID: <F001.0055315F.20030220091903@fatcity.com>


There seems to be something that you miss in this discussion: Writing applications!

It's very likely very true, that you can use your DBA skills from one database and apply them on another, but many application developers have truely failed to understand that the different databases are very different in how you treat them well. Even the most simple applications that do nothing but 'select * from tab where primary_key=<something>' can be coded efficiently against one database, where the same code will neither perform nor scale if executed against the other database.

The converse is fortunately also true: With a well chosen design and well chosen application coding principles, you can write applications that both run, perform and scale on multiple different databases and at the same time are relatively portable between them. At the very least, the well chosen design will allow you to clearly distinguish portable from non-portable code.

/Bjørn.
--

Bjørn Engsig, Miracle A/S
Member of Oak Table Network <http://www.oaktable.net> Bjorn.Engsig@MiracleAS.dk - http://MiracleAS.dk

--

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

Author: =?ISO-8859-1?Q?Bj=F8rn_Engsig?=
  INET: bjorn_at_miracleas.dk

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 Thu Feb 20 2003 - 11:19:03 CST

Original text of this message

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