On Sat, 26 Apr 2008 09:37:43 +0800, "Ravion"
<ravishankar@[EMAIL PROTECTED]
> wrote, quoted or indirectly quoted
someone who said :
>1) Since millions of rows are processed through the PL/SQL in less time,
is
>it advisable to replace it by Java ?
If you have a lot of processing to do, the last thing you wan to do is
download huge numbers of records to a client, especially over the web.
You want to do your work on the server, either with a Java server
task, an SQL proc, or Java code designed to work inside the SQL engine
(not widely available).
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com


|