How can we execute call sqlj.install_jar('jarpath','jarname','0');
procedure on third party java tools?
I am trying to run this procedure on DBeaver to install the jar file.
But error I am getting:
- No authorized routine named "SQLJ.INSTALL_JAR" of type "PROCEDURE" having compatible arguments was found.. SQLCODE=-440, SQLSTATE=42884
Is it possible to execute the sqlj commands on third party tool?
I used to install it by logging into Db2 server and execute the command.