Calling a Java stored Procedure
hi all
i've a problem and i ask if anyone can help me
-i wrote a java class with one method to call an exe (i.e:"notepad.exe")
using Runtime.exec("notepad")
-then i loaded this class using loadjava and it was sone successfully
-And Created a Function As language java
the function was created successfully
-When trying to call this function the calling will be completed without openning the notepad
(note:runtime.exec returns no exceptions)
Anyone can explain why this happened
and are there any special roles must be granted to the user to run a certain exe