Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Java program in Oracle
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.comReceived on Wed Aug 27 2003 - 11:58:28 CDT
![]() |
![]() |