Hi,
You probably don't have explain tables defined yet or you have migrated and didn't drop/create them.
1. So if tables EXPLAIN_xxxxx exist drop them.
2. Recreate explain tables: There is a file EXPLAIN.DLL in directory
installation_path/sqllib/misc>. Move to this directory (cd command)
3. Execute this file with command:
Code:
db2 -tvf EXPLAIN.DLL
Now, explain should work.
Hope this helps,
Grofaty