August 27 2012 Monday
If you have Transaction Logging enabled on your servers and you run a FIXUP.....
.....be sure to use the -J option.
Transaction logging is good for servers. It's like your parents telling you to eat more fiber, you don't ask why just know that it is. However if you run fixup on database that is transaction logged then it will not actually do anything to that database.
Unless you run it like this that is:
Transaction logging is good for servers. It's like your parents telling you to eat more fiber, you don't ask why just know that it is. However if you run fixup on database that is transaction logged then it will not actually do anything to that database.
Unless you run it like this that is:
load fixup -F -J dbname
I've got servers with a weekly program document for "fixup -f -v -l". Probably been that way since R7. Never changed when we added transaction logging and DAOS.
OK to just add -J?