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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Object Table

Re: Object Table

From: andrewst <member14183_at_dbforums.com>
Date: Sat, 30 Aug 2003 08:09:43 -0400
Message-ID: <3306189.1062245383@dbforums.com>

Originally posted by Mikito Harakiri

> "andrewst" <member14183_at_dbforums.com> wrote in message

> news:3302360.1062153244_at_dbforums.com"]news:3302360.1062153244_at_d-
> bforums.com[/url]...

> > Object views are a great interface between OO applications
> and

> > relational databases. The advantage to the OO programmer is
> that you

> > can get an order and all its lines in one fetch (by mapping the
> order

> > lines to a nested table column within the view), and similarly
> write

> > data back that way. The advantage to the database designer (and
> to the

> > business) is that the data is held in normalised relational
> tables that

> > facilitate queries and is not compromised by an application-
> centric view

> > of the data.

>

> You assume that there is such thing as "Business Object". This
> assumption is flawed.

>

Actually, I don't. Personally, I wouldn't build a business system using "business objects" at all. But if people out there are going to (and they are), I would prefer they used an object view interface to a relational database rather than screwed up the database to match their OO perspective.

--
Posted via http://dbforums.com
Received on Sat Aug 30 2003 - 07:09:43 CDT

Original text of this message

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