On Friday, December 28, 2018 at 2:43:20 AM UTC-7, Joachim Tuchel wrote:
we regularly use backups from production db's to test recovery and rollforward. A few weeks ago we did some schema changes and added a few indexes and such. Since then, we have to rebind the same package every time we restore/rollforward on our testing
environment before we can run our test scripts to validate the backup.
What do we have to do to avoid this? How can we determine which packages need to be rebound?
This is not a normal part of restore and rollfoward operation.
What packages are you having to rebind? Are they your own application's packages, or are they system packages (i.e. in NULLID schema)?
If it's your own application's packages, I can only imagine this being a necessity if the packages were already invalid when you took the backup that you're restoring, or if they were invalidated (by DDL changes that occurred between the backup and the
point-in-time that you recovered to, but before rebinds occurred). The solution to this problem is to ensure that finding and fixing invalidated packages is part of any deployment.
The risky thing about this is that in case of emergency, when we need to restore the DB in production, there is no time for games like stumbling from one rebind to the next... I am sure writing bash scripts to accompany our restore/roolforward scripts
to rebind all the packages that needed rebinding in our testing is not working on the illness, just on the symptoms, right?
You can see invalid objects by querying SYSCAT.INVALIDOBJECTS. (Assuming you're using Db2 on Linux, UNIX or Windows).
Also (again, if you're on Linux, UNIX or Windows) you may want to look at the ADMIN_REVALIDATE_DB_OBJECTS procedure.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)