Hi everyone, i try to write
java class and deploy and run it in oracle database.
This is my method, nothing special, try to connect, simple select.
To upload class to Oracle i used Toad.
When upload finished, i run this sql command on database.
Everything is ok but, when i tried to used this function a get this error:
ORA-29541: klasa C##KRZYSIEK.ParsowanieXSLX nie mogła być rozstrzygnięta ( Class C##..... could not be resolver ) - i used polish version and this is translate.
29541. 00000 - "class %s.%s could not be resolved"
*Cause: An attempt was made to execute a method in a Java class
that had not been previously and cannot now be compiled
or resolved successfully.
*Action: Adjust the call or make the class resolvable.
Anyone knows something what could i do?. And i have second question. How can i add a java library to Oracle like ApachPOI.