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 > Manually Database table maintainance procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-06, 01:59
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
maintenance

- runstats should be executed on regular interval
- reorgchk and reorg if check indicates reorg is needed
- backup (this is not part of maintenance)
- space usage if dms tablespaces defined
probably many more ...
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #2 (permalink)  
Old 11-23-06, 02:07
Coolhard Coolhard is offline
Registered User
 
Join Date: Aug 2005
Posts: 24
Guy przytula,
thanks so much for your response....

I think you r right.Still there may have some more things to do.
Is there anybody know some more facts for table maintainance ?
Could you pls share us?


Thanks,
Reply With Quote
  #3 (permalink)  
Old 11-23-06, 02:18
bala_e bala_e is offline
Registered User
 
Join Date: Jan 2004
Posts: 49
Maintenance Activities

One of the maintenance activity is to bring down HWM for DMS tablespaces. This can be achieved in two ways.

1. Offline re-org (for this you required 100% free space of table allocated size on your tablespace).
2. Table data unload & load.

After completion of any of the above steps,

do update runstats for those tables.

Quote:
Originally Posted by Coolhard
Dear All,

I want to make a maintainance for some of my tables by manually in every month.
May I know what to do?
I only know the statistic.I think there are some others procedure I suppose to do for the maintainance.Am I right?
Is there any idea pls?


Thanks in advance,
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