hello everybody!
i have trouble creating a simple java stored procedure.
my java code:
public class Hello
{
public static String world()
{
return "Hello World";
}
}
I compiled it and loaded it in the oracle server using "loadjava"
Now theres the problem:
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.