| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: Object Table
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.comReceived on Sat Aug 30 2003 - 07:09:43 CDT
|  |  |