[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Architecture/design questions




Jörg Prante schrieb:

>
> If you can think of other techniques to store objects, there are some
> alternatives. In Oracle you have "stored procedures" to perform critical
> tasks. This is a workaround because serialization in Oracle would be slow.

Sorry,
stored procedures in Oracle are definitely not "other techniques to store
objects".
Neither it is a workaround because of performance issues. It is true that it is
difficult to access objects in Oracle without PL/SQL which are procedural
extensions to SQL, nevertheless the statement above sounds like "Java is another
kind of C++"

Kind regards
J.Kempski