EdwardP
04-25-02, 14:35
| 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 |