Re: Replacing PL SQL with Java
On Sat, 26 Apr 2008 09:37:43 +0800, "Ravion"
<ravishankar@xxxxxxxxxxxxxx> 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
.
Relevant Pages
- Re: MD5 encryption question - communication with Java
... communicates to a Java server. ... Since base64 encoding turns arbitary 3-byte sequences into printable ... (microsoft.public.dotnet.languages.csharp) - Re: problem when sending data over TCP socke from c# client to jav
... so after adding new line char to the end of the string and sending the java ... > Vadym Stetsyak aka Vadmyst ... >> there is no error on the send method, just the java server doesn't get ... (microsoft.public.dotnet.languages.csharp) - Re: problem when sending data over TCP socke from c# client to jav
... there is no error on the send method, just the java server doesn't get thet ... java server gets the sent data. ... > The client is not sending anything at all? ... >> I have a problem when sending data over TCP socket from c# client to java ... (microsoft.public.dotnet.languages.csharp) - Junior Java Developer position available
... Title:Entry / Junior Java Developer ... Develops information systems by designing, developing, and installing ... Uses Java Server Pages to generate dynamic content for delivery to ... (comp.lang.java.programmer) - J2EE Programmers Needed in RTP, NC
... Looking for people with solid J2EE skills. ... Required Qualifications: ... Java Server Pages and Enterprise Java Beans ... (comp.lang.java.programmer) |
|