Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Executing Java Stored Procedure
If a Java Stored Procedure was published to the database using the
following definition how would I execute it?
CREATE or replace Procedure test_load (s1 varchar2, s2 varchar2, s3
varchar2)
AS LANGUAGE JAVA
NAME 'data_ldr.run_it(java.lang.String[])';
Thanks. Received on Sun Mar 10 2002 - 09:17:05 CST
![]() |
![]() |