Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Writing PL/SQL in Java.

Re: Writing PL/SQL in Java.

From: DA Morgan <damorgan_at_psoug.org>
Date: Sat, 02 Jun 2007 15:09:35 -0700
Message-ID: <1180822173.487271@bubbleator.drizzle.com>


Mr. X. wrote:
> So you don't sugest using mixing java in PL/SQL.
> O.K.
>
> B.T.W - It was just for curiosity that there may be another syntax for
> PL/SQL,
> and what benefites can I make of using Java.
>
> And, no - I didn't find good example on google (which obviously I will find
> my own message as this one).
>
> Thanks :)

Java is intended for front-ends and requires a skill set not normally found in database developers and DBAs. The code tends to be slower and more difficult to maintain.

There are a few things Java can do that can not be done in SQL, PL/SQL, or utilizing Oracle's built-in packages and when that is the case it makes sense to use it. Otherwise Java, in the database, makes as only slightly more sense as feathers on a fish.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Sat Jun 02 2007 - 17:09:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US