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.
>
> Thanks In Advance
"If you cannot do it in PL/SQL only then do it in Java". Java is not a replacement for PL/SQL... I consider it just as a good add-on which can be used when you want to do something which maybe cumbersome in PL/SQL. e.g. File IO... things like list files in a directory, delete files, create directory etc.
If you can easily do it in PL/SQL then there is no comparison.
Regards
/Rauf
Received on Wed Mar 01 2006 - 04:56:00 CST
![]() |
![]() |