Calling Java libs from PL/SQL functions
Since my question involves combining Java and PL/SQL, I couldn't decide the best place to put this so i will start here and hear what you have to say.
What i want to implement is the ability to call built-in / pre-existing java library methods from PL/SQL function{s}.
I don't need to call, or do, anything too complicated just yet.
i would like to use the existing technology to do my work for me.
Some of the basic built-in Java String functions i need to call involve string compares, string manipulations, etc.
But i will also need to call methods in other Java libs which will do some work for me and return simple data types.
What i want to implement is the ability to call built-in / pre-existing java library methods from PL/SQL function{s}.
I don't need to call, or do, anything too complicated just yet.
i would like to use the existing technology to do my work for me.
Some of the basic built-in Java String functions i need to call involve string compares, string manipulations, etc.
But i will also need to call methods in other Java libs which will do some work for me and return simple data types.
0