Hello,
Has any one used object-oriented features of PL/SQL?
I know you can do something like the following.
CREATE TYPE employee AS OBJECT (...)
My biggest concern is performance: Do the objects in Oracle negatively affect performance? Anything else I should be aware of?
Thanks in advance,
Edward