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 > Z/os DB2 Version 7 Index Problem.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-10, 03:58
manshadi manshadi is offline
Registered User
 
Join Date: Aug 2005
Posts: 4
Z/os DB2 Version 7 Index Problem.

Dear All,

FULLKEYCARD of index does not match CARD of table.


This is happening some times on partitioned table spaces after performing the following steps:

1- Running online reorg on some parts of a table space.

2- Running online reorg on all of indexes related to table( none partition and partition indexes).

3- Running Runstat utility after completion of the above steps.

Note : We get no error messages on the JCL outputs and DB2 log.

Anybody more experienced, please help.

Best regards
Manshadi
Reply With Quote
  #2 (permalink)  
Old 01-19-10, 15:01
schintala schintala is offline
Registered User
 
Join Date: Apr 2005
Location: USA
Posts: 119
Did you updated the catalogs before running the online reorg. Make sure you run the runstats with update catlogue option before running online reorg and after reorg completed update catalogs again, Then it should be sync.
Reply With Quote
  #3 (permalink)  
Old 01-19-10, 15:07
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
See if this helps: DB2 V8 - Administration - Statistics for partitioned table spaces

Quote:
If you run RUNSTATS for separate partitions of a table space, DB2 uses the results to update the aggregate statistics for the entire table space. For recommendations about running RUNSTATS on separate partitions, see Gathering monitor statistics and update statistics. (You should either run RUNSTATS once on the entire object before collecting statistics on separate partitions or use the appropriate option to ensure that the statistics are aggregated appropriately, especially if some partitions are not loaded with data.)
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