Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Relationals vs. Objects Databases I
DTF User wrote:
>
> Richard Ronteltap wrote:
>
> > >Mabel TrigĂ˜is wrote in message
> > - Bad complex data handling. Everything must be broken down into
> > rectangular tables.
>
> With the object model you also have a list of attributes which is what? One
> dimentional?Relational data model does require more elaboration, but it does
> your mind good.
>
> []
>
> > - Bad programming language integration (impedance mismatch)
>
> Not proven statement.
These two are the same thing essentially: there are major differences between the software model and the database model for RDBMSs, for non-trivial applications. I.e. there are two different maintenance entities, both requiring work and constant synchronisation. It has certainly been proven to me that (some) ODBs remove this problem almost completely.
My experience is that the "further elaboration" (i.e. different elaboration) is a mild form of masochism more than anything else! (a form of masochism many of us are forced into in many situations of course).
![]() |
![]() |