Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Java vs PL/SQL
On Wed, May 17, 2000 at 12:40:33PM -0800, Luc Demanche wrote:
> Hello,
>
> I am looking for documentation between stored procedures code in Java and in
> PL/SQL.
>
> What are the advantages and desadvantages on each one ?
I started learning PL/SQL two weeks ago. PL/SQL is some kind of horror. It has too much limitations and is sometimes very strange. So I tried Java for writing stored procedures. Java is much more modern and straight forward for programming issues. Ever tried to read large files with UTL_FILE ? Forget it...it's possible but the solution is a nightmare....Java ...that's the future and your choice :) Received on Thu May 25 2000 - 13:27:51 CDT
![]() |
![]() |