View Single Post
  #4 (permalink)  
Old 12-17-08, 06:40
ibm.ids ibm.ids is offline
Registered User
 
Join Date: Nov 2008
Posts: 60
You're right. If you do not add chunk(nor dbspace) you do not have to do level 0 backup.

If your table is growing so fast, that every day one extent is added, maybe you did wrong estimation of extent size (you can assign first extent size and next extent size during create table).

HTH
Reply With Quote