Java Stored Procedure vs. PL/SQL
415730Feb 26 2004 — edited Mar 10 2004I have to write an application on a DB Oracle 8.1.6. This application consists of several stored procedure which get a lot of data from DB, do a lot of calculations and write a lot of data to the DB.
I have to do this choice in terms of run-time performance: writing those stored procedure in Java Stored Procedure or in PL/SQL? Is it possible (without not much problems) to compile in native code (with NCOMP) the Java Stored Procedure to obtain a better performance?
Is there anyone who is experienced with this one?
Thank you very much!