If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Tables status

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-10-03, 23:21
miemcos miemcos is offline
Registered User
 
Join Date: Dec 2003
Posts: 4
Tables status

- How can i check does a table in loading stage or normal stage?
- of course, table cannot be queried during loading stage, so we can easily to know by just quering it. But what i mean is any method that we can check it from data dictionary, not query tables one by one.

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-11-03, 08:21
jsander jsander is offline
Registered User
 
Join Date: Apr 2003
Posts: 191
Re: Tables status

Hi,

there is a status attribute in SYSCAT.TABLES you probably can make use of, albeit I am not sure if it will reflect load in some way.

The other option would be to use the LOAD QUERY command. This I believe has to be executed at the very place in the filesystem where the load is running.

Last, there should be an entry in db2diag.log after load started.

Johann

Quote:
Originally posted by miemcos
- How can i check does a table in loading stage or normal stage?
- of course, table cannot be queried during loading stage, so we can easily to know by just quering it. But what i mean is any method that we can check it from data dictionary, not query tables one by one.

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On