Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle8i Java stored procedure performance.
Peter Wu wrote:
>
> Hi, Does anyone have experience with Oracle8i Java stored procedure? How is
> the performance of it? Someone told me that it is faster than PLSQL stored
> procedure, is it true?
>
> Can anyone direct me to any reference?
>
> Thanks
(Without having tried it) I think the claims of Java being faster are based on the Oracle direction of producing compilers for the Java code so that it won't have to run in interpreted fashion (like PLSQL).
(Those compilers don't come out for a while yet...) --
![]() |
![]() |