Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why use Java Stored Procedures....
On Wed, 01 Mar 2006 19:09:16 +0000, Gerry Atric wrote:
> Miggins wrote:
>
>> OK short question but probably not a quick answer....anyone give me the >> pros and cons of using Java for my stored proedures instead of PLSQL.
If you copy Oracle-optimized Java stored procedures to other databases without thinking, the procedure is likely to have performance, locking or concurrency problems.
If you did not take advantage of Oracle capabilities, you may be causing performance issues that can easily result in the need to purchase additional equipment and additional Oracle licenses. Thus creating the perception that Oracle is expensive, even though the reason for the expense is laziness or simple misuse of the environment for the sake of 'independence'.
Therefore, my belief is that using Java - if written properly (cost effectively) - must be ported in the same sense as PL/SQL ... with thought.
-- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** Top posting [replies] guarantees I won't respond. ***Received on Wed Mar 01 2006 - 16:08:14 CST