> You don't need to fix it...
> You'll only see the second output after recreating the table.
[quoted text clipped - 41 lines]
> http://informix-technology.blogspot.com
> My email works... but I don't check it frequently...
Thanks for your help.
Using SQL to find the pending in-place-alters works pretty fast, much
faster than oncheck does.
>> You don't need to fix it...
>> You'll only see the second output after recreating the table.
[quoted text clipped - 36 lines]
> Using SQL to find the pending in-place-alters works pretty fast, much
> faster than oncheck does.
I didn't explain myself correctly.
The "sql way" will check the partition headers. This more or less reads one
page per partition. But as you doubt shows, it only shows the partitions
(tables) that at some point in time were in-place altered.
Oncheck reads all the partitions pages to count how many of them are in each
version. Much slower of course, but it's the only way to really be sure.
The SQL version will keep reporting all the tables, even those you applied
dummy updates to.
I'm not against the sql way... If the tables found are not many and are not too
big you may get the SQL and the dummy updates for the found tables before you
get the results from oncheck...
By the way, you could also do the same that oncheck does, with SQL on
sysmaster, but it would take the same amount of time...
Regards.

Signature
Fernando Nunes
Portugal
http://informix-technology.blogspot.com
My email works... but I don't check it frequently...
bozon - 01 Dec 2008 14:14 GMT
> >> You don't need to fix it...
> >> You'll only see the second output after recreating the table.
[quoted text clipped - 61 lines]
> http://informix-technology.blogspot.com
> My email works... but I don't check it frequently...
I believe there is a sql message to look at all of the pages. At least
it was reported to do that in the IBM article that I read. Here is a
link to it:
http://www-01.ibm.com/support/docview.wss?uid=swg21226410