On DB2 9.5 FP7, I did db2rbind command all, and the LAST_BIND_TIME changed for all packages, but the EXPLICIT_BIND_TIME did not change. Anyone know why that is?
I assumed that db2rbind (or other bind command, create procedure, etc) is an explict bind and that implicit bind is only when an automatic rebind happens upon first execution if the package is not valid (due to a drop or change of a package dependancy).