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

Home -> Community -> Usenet -> c.d.o.server -> Re: DB Design - Architecture Question.

Re: DB Design - Architecture Question.

From: Galen Boyer <galen_boyer_at_yahoo.com>
Date: 28 Oct 2006 14:44:14 -0500
Message-ID: <u7iykqce4.fsf@rcn.com>


On 27 Oct 2006, anganesh_at_gmail.com wrote:
> Dear Michal,
>
> Thanks for your mail and the links.Our requirement is the client is
> having 3 different systems for each business line and financing
> module, he wants to keep a generic application. Data keyed in from
> individaul business lines will be moved to this generic application/db
> and this application will process this business data and will compute
> money flow. We don't have control over all the 3 applications. We are
> the owner of one application and this generic system. We have to move
> the data from other system as well... I meant a generic database in
> this sense. I was thinking of a generic interface, which will
> populate data in my generic database and all 3 different systems will
> give data in the required format.

You can have a generic interface to all your databases, but that is where your generic solution should end. Choose the stored code solution and let the parameters and returning resultsets be your generic interface. Then, each flavor of database and SQL for each database can be in charge of delivering the contract of the interface.

With this in place, your application should be able to be one design.

-- 
Galen Boyer
Received on Sat Oct 28 2006 - 14:44:14 CDT

Original text of this message

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