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: When to use Object View ?

Re: When to use Object View ?

From: Tony Andrews <andrewst_at_onetel.com>
Date: 15 Jun 2005 02:24:39 -0700
Message-ID: <1118827479.586167.20190@g44g2000cwa.googlegroups.com>


xtanto_at_hotmail.com wrote:
> Hi,
>
> I am taking a look Object Relational feature of oracle, i.e : object
> view. (some says that it is the most useful thing from oracle object
> feature).
>
> I still don't find the cases when I can make use of object view.
>
> Could any body please tell me, what are the cases that we can find
> Object Views extremely useful?

They are useful if you have to work with an OO application development team that says "we can't work with relational tables ... impedance mismatch ... blah blah ... we need the data presented as objects." For such a case, rather than redesign your relational database into some baroque object-relational horror, you can instead leave your relational database as it is and provide object views to give the application the OO perspective it needs.

If you don't have to work in such an environment then you won't find any use for object views either. Received on Wed Jun 15 2005 - 04:24:39 CDT

Original text of this message

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