Using 3rd party software from Design Server that has been implemented in a Docker container can be tricky, especially if 3rd party libraries are required.
In this practical demonstration, I show how to place the libraries (and their dependencies) into the correct place on the host storage, to make Design Server connect.
Example rule to retrieve some dummy data:
=VALID(DBLOOKUP("select * from Test1","-DBTYPE oracle -CONNECT 192.168.123.37:1521/orac -USER scott -PASSWORD scott -T"),FAIL(LASTERRORMSG()))