![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
9.5 LUW Is it possible to determine whether a table is in reorg pending state, if so how? (before one encounters either SQL0668N or SQL20054N) |
#3
| |||
| |||
|
|
On May 5, 10:55*am, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com wrote: 9.5 LUW Is it possible to determine whether a table is in reorg pending state, if so how? (before one encounters either SQL0668N or SQL20054N) This is what I answered to a similar question back in 2007: ---- Try the ADMINTABINFO Administrative View: select TABSCHEMA, TABNAME from SYSIBMADM.ADMINTABINFO where REORG_PENDING = 'Y' Described in the Information Center:http://tinyurl.com/3aqkes --- |
#4
| |||
| |||
|
|
On May 5, 11:24 am, The Boss <nlt... (AT) baasbovenbaas (DOT) demon.nl> wrote: On May 5, 10:55 am, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com wrote: 9.5 LUW Is it possible to determine whether a table is in reorg pending state, if so how? (before one encounters either SQL0668N or SQL20054N) This is what I answered to a similar question back in 2007: ---- Try the ADMINTABINFO Administrative View: select TABSCHEMA, TABNAME from SYSIBMADM.ADMINTABINFO where REORG_PENDING = 'Y' Described in the Information Center:http://tinyurl.com/3aqkes --- In addition to that: Leon Katsnelson wrote a nice article covering this admin view: http://freedb2.com/2008/07/15/everyt...where-to-look/ |
|
-- Jeroen |
![]() |
| Thread Tools | |
| Display Modes | |
| |