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 > COPY huge tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-08, 10:48
swiss01 swiss01 is offline
Registered User
 
Join Date: Jul 2007
Posts: 31
COPY huge tables

Hi

I start using huge partitioned tables and need some advice on backup/recovery . A partition is used for a day and only the current day needs to be in RW and backed up . Rest in RO .
In the oracle world, you put all except current day partition in RO mode and than the oracle backup process will not backup up again the datafiles in RO mode . Seems that the COPY proces of DB2 is not working similar, it will backup RO tablespaces if they are in th LISTDEF .

How can you prevent a copy job from copying the same data over and over again in the case of these partitions , so only copy the current partition which is RW ?
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