I am having some serious performance problems using outer join. Any insight or hints that you can offer would be most appreciated!
Here is my timing script.
echo "Inner Join"
date
db2 "select count(*) from ( OSI join SSL on OSI.S_Key = SSL.S_Key and OSI.SubCaty =...
I have a JDBC connection to a DB2 database. The connection is successful, no errors on loading the driver (in db2java.zip), or opening the connection. But, when I try to query I am getting java.lang.UnsatisfiedLinkError.
Looking at the class definition, I see that the method that is trying to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.