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 > Archive log suppression

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-24-07, 06:43
bramvd bramvd is offline
Registered User
 
Join Date: Apr 2007
Posts: 2
Lightbulb Archive log suppression

Dear

We have a server with around 20 DB2 databases on it. They are all running in archive mode , so Online backups are possible and are being made daily.

However , every week we also make an offline backup. Since I'm new to DB2 I'm not sure that I can delete the \ARCHIVELOG directory after such a offline backup.

So : Can I delete all the archivelogs (not circulars) of a certain database after making an offline backup, and then still be able to fully restore it without the archivelogs ?

Sorry if this questions is stupid , but I'm completely new to DB2
Reply With Quote
  #2 (permalink)  
Old 04-24-07, 07:14
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
an offline can always be restored without logfiles
the restore is valid till the point of the offline backup
if rollforward is needed, to recover as much as possible the pogs are needed
if online backup is taken, specify : include logs
log files needed for this restore are included in the backup image
otherwise the restore is unusable if log files are unavailable
db is in rollforward mode pending
always keep the log files as long as possible to be able to rollforward and recover as much as possible
move them to tape- or other disk/filesystem...
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 04-24-07, 07:17
bramvd bramvd is offline
Registered User
 
Join Date: Apr 2007
Posts: 2
Thanks a lot ! You've made it clearer
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