![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, Is there a way to get a list of tables being in the "Load Pending" state? syscat.table's status and access_mode columns don't seem to be useful for this (I just compared the values of these for a table in normal state and in Load Pending state). |
#3
| |||
| |||
|
|
On 2011-01-29 08:47, Troels Arvin wrote: Hello, Is there a way to get a list of tables being in the "Load Pending" state? syscat.table's status and access_mode columns don't seem to be useful for this (I just compared the values of these for a table in normal state and in Load Pending state). I think you can use SYSIBMADM.ADMINTABINFO.load_status for this, if I remember correctly the value is 'PENDING' |
#4
| |||
| |||
|
|
I think you can use SYSIBMADM.ADMINTABINFO.load_status for this, if I remember correctly the value is 'PENDING' |
#5
| |||
| |||
|
|
Hello, Lennart Jonsson wrote: I think you can use SYSIBMADM.ADMINTABINFO.load_status for this, if I remember correctly the value is 'PENDING' Thanks (and thanks to "The Boss", as well). However, queries in SYSIBMADM.ADMINTABINFO are surprisingly slow. Like inhttp://groups.google.com/group/comp.databases.ibm-db2/ browse_thread/thread/1f19045b8def6812/61edbc947b7e1ad1 I suspect that queries in SYSIBMADM.ADMINTABINFO triggers I/O in all involved tables. I wish IBM would re-consider table availability instrumentation aiming at making it more useful, i.e. realistic to use for regular monitoring. |
![]() |
| Thread Tools | |
| Display Modes | |
| |