How can I setup and use loadjava utility without installing oracle database?
Summary
How can I setup and use loadjava utility without installing oracle database?Content
Is there a way at all and if yes, then how to enable java code calling/execution from within PL/SQL procedure running on an ATP instance?
My understanding is that it is possible to do by loading the compiled java class into a respective database schema and creating a PL/SQL wrapper function. But in ATP case this route seems untenable as I don't have access to OS, and hence the dB utilities and file system in general.. I am thinking that this should still be possible by using the same loadjava utility running on a different computer and loading a java class into the remote ATP schema. But how do I get a hold of loadjava utility only without the whole hassle of installing an Oracle dB?
0