I read few tutorials regarding how to make Oracle SQL trigger to call Java method as here.
Everywhere it is mentioned that there is command line utility called loadjava
. I am using windows 10, oracle SQL server 11.2.0. I couldn't find anything named loadjava
. So where do I get it? Also, how do I make a trigger in oracle sql that will call java method as soon as any table insertion happens?