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 > DB2 UDB for Linux V8.1, How to get info on abended utilities ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-04, 09:56
tubdba tubdba is offline
Registered User
 
Join Date: Aug 2004
Posts: 18
DB2 UDB for Linux V8.1, How to get info on abended utilities ?

Hello,

as a newcomer on DB2 UDB for Linux I tried runstats on several tables in an user-managed-ts, which where loaded by an crossloader application before.
By trying runstats i got an -668. I checked my load-log-file and found some loads rejected due to a "tablespace full" condition.
So i used a query to get status from syscat.tables to find tables with a non-normal status but everything seems to be allright.

So how am i able to get info on pending utilities within my database ??
Is anybody able to give me a hint ???

Thks in advance.

Willi
Reply With Quote
  #2 (permalink)  
Old 08-05-04, 10:34
tubdba tubdba is offline
Registered User
 
Join Date: Aug 2004
Posts: 18
Lightbulb Sorry, found the answer in this forum

Hi and sorry,

i searched this forum and found the answer !!! Will search more serious before posting questions to the forum......

Willi

Thanks to you all, it works.

I did:
1. db2 list tablespaces show detail
2. from the above command result I searced the tablespace state = "Load pending"
3. from load pending tablespace state there is "State change object ID " = 4
4. db2 select tabschema, tabname, tableid from syscat.tables where tableid=4
5. I got the result
6. db2 load from ..... terminate into tablename
7. The tablespace has been moved to normal state.
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