dbTalk Databases Forums  

reorg pending table

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss reorg pending table in the comp.databases.ibm-db2 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lennart Jonsson
 
Posts: n/a

Default reorg pending table - 05-05-2010 , 03:55 AM






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)


/Lennart

Reply With Quote
  #2  
Old   
The Boss
 
Posts: n/a

Default Re: reorg pending table - 05-05-2010 , 04:24 AM






On May 5, 10:55*am, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com>
wrote:
Quote:
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

---


HTH
Jeroen

Reply With Quote
  #3  
Old   
The Boss
 
Posts: n/a

Default Re: reorg pending table - 05-05-2010 , 04:34 AM



On May 5, 11:24*am, The Boss <nlt... (AT) baasbovenbaas (DOT) demon.nl> wrote:
Quote:
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

Reply With Quote
  #4  
Old   
Lennart Jonsson
 
Posts: n/a

Default Re: reorg pending table - 05-05-2010 , 05:16 AM



On 2010-05-05 11:34, The Boss wrote:
Quote:
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/

Excellent, thanks

/Lennart


Quote:
--
Jeroen

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.