How call java parameters from PL/SQL procedure [message #304289] |
Tue, 04 March 2008 14:14 |
virgos
Messages: 10 Registered: March 2008
|
Junior Member |
|
|
Hi all.
I don't know how call java program with more than one parameter from procedure PL/SQL.
For example:
I have procedure:
PROCEDURE main(Param1 VARCHAR2)
AS
LANGUAGE java
NAME 'morfologik.tools.LametyzatorTool.main(java.lang.String[])';
end;
/
and i call for that:lematyzator.main(PARAM1 =>'arg1'); It's ok!
("lematyzator" is name a package)
But how call for example two parameters ??
Help me please.
Sorry for my english.
|
|
|
|
|
|
|
|
|