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-Relational Databases

Re: Object-Relational Databases

From: Marco Nissen <nissen_at_acm.org>
Date: Sat, 7 Aug 1999 09:28:51 +0200
Message-ID: <7ognet$44a$1@hades.rz.uni-sb.de>


Hi Klaus,

actually object relational is not relational and not OO.

Additionally you have to face that you cannot alter existing types in the way you know it from
relations (this is actually included into the syntax but not implemented -- alter type ...)

If you have the possibility you should not use the object relational database, because it is
too new at the moment. It is something like a beta release. It is great to play with it,
but if you are interesting in a reliable DB, pure relational is the better choice.

Unfortunately I currently have the problem with freeing cache of opened cursors, that
cannot be freed although the interface has methods for it (CacheFree, SetCacheMin, ...)
The ODD C++ Interface does not work, and going down to OCI does not help.

Regards, Marco Received on Sat Aug 07 1999 - 02:28:51 CDT

Original text of this message

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