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: Java program in Oracle

Re: Java program in Oracle

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: Wed, 27 Aug 2003 12:58:28 -0400
Message-ID: <3291687.1062003508@dbforums.com>

Originally posted by JBond

> How I can call java program in Oracle PL/SQL that in turn will be
> called from PowerBuilder (my front end). Java program runs the
> security service that runs from business process and does some
> manipulations in the database. the database is Oracle 8i. Now I
> have 2 options either to call Java program in PowerBuilder or wrap
> java program in PL/SQL Block and call the PL/SQL Stored procedure
> from PB Client.

>

> can someone help me out????

You cannot directly call Java Stored Procedure, You would have to wrap it inside PLSQL procedure then call that PLSQL procedure from your client.

Regards

/Rauf Sarwar

--
Posted via http://dbforums.com
Received on Wed Aug 27 2003 - 11:58:28 CDT

Original text of this message

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