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: Invoking PL/SQL (directly) via Corba?

Re: Invoking PL/SQL (directly) via Corba?

From: Christof Kaiser <Kaiser_at_logiball.de>
Date: Thu, 04 Apr 2002 09:20:27 +0200
Message-ID: <3CABFEBB.4385D891@logiball.de>

Jim Kennedy wrote:

> What problem are you trying to solve? It looks like you are interested in
> BSOs (bright shiny objects).

On the client side, I'd like calling some Corba stuff with Java. But on the Database, I have much application logic in PL/SQL modules which I'd like to call.
I fact, I have all the logic I need with a reasonable interface in PL/SQL. So if I can't call PL/SQL directly via Corba, I would have to write Java wrappers that pass the arguments and results 1:1 to their PL/SQL mates.

However, wrappers are usually a pain in the arse as they are redundant per definifition.

Yes, BSO (see above) would my satisfy asthetic attitude.

Cheers
Christof Received on Thu Apr 04 2002 - 01:20:27 CST

Original text of this message

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