Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why use Java Stored Procedures....
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.
>
I do believe Java may have an advantage in math operations as it uses native FPU arithmetic. But that might have changed in 10g with the latest PL/SQL optimisations.
If that is the case I'd only consider Java if I had to do operations
that
are inherently easier with a general purpose programming environment,
such as complex file system, network or library interface operations.
Received on Wed Mar 01 2006 - 04:00:38 CST