Does anyone have any ideas as to why the same sql statement would take different paths depending on the tool? (DB2 ZOS v9 Conversion mode)
Example, we have a query, we can run it in SPUFI, DB2 Connect, Toad, Foxy SQL, DB2 Data Studio, and with all of these it uses one access path which happens to be the most Efficient.
If we run that same query within the application, Java with Websphere, it chooses a different path.
Any thoughts?