Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why use Java Stored Procedures....
Bob Jones wrote:
> "HansF" <News.Hans_at_telus.net> wrote in message > news:pan.2006.03.01.22.08.14.356624_at_telus.net... >
> > > Would you rather have a Java programmer migrating Java stored procedures to > a different database or have a PL/SQL programmer migrating PL/SQL stored > procedures to a foreign language for a different database?
To the extent that the stored procedure have anything to do with
actual data access, I would prefer that the procedures be translated
(at the level possible) to the new DBMS's native SQL language.
The warning I want to emphasize here is that Java in both DBMSes
does zero-nothing-nada to overcome the structural differences in
capability, locking and procedural code that are fundamental to
getting quality function out of a DBMS engine. First and foremost,
I want deep and specific DBMS expertise if I want a well-running
application with that DBMS. As far as DBMS internals are concerned,
Java is like teaching Esperanto to the Palestinians and Israelis.
It won't help them share much until they're already going to each
other's parties...
MHO,
Joe Weinstein at BEA Systems
Received on Wed Mar 01 2006 - 18:36:27 CST
![]() |
![]() |