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: [PL/SQL] Objects

Re: [PL/SQL] Objects

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Tue, 12 Aug 2003 09:01:27 -0700
Message-ID: <3F390F56.607C53C1@exxesolutions.com>


gszalach wrote:

> Hi,
>
> I consider to use object types in my database. I would like to know
> what advantages and disadvantages of using objects instead of using
> some more columns are. My object would be a group of three fields
> without any methods.
>
> Thank you for any ideas.
> Szalas
>
> --
> Posted via http://dbforums.com

Advantages:



Encapsulation
Inheritance
Polymorphism

Disadvantage:



May not be accessible with some third-party reporting tools and ER diagramers.
--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Aug 12 2003 - 11:01:27 CDT

Original text of this message

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