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 > Disable Logging

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-04, 15:06
ckintner ckintner is offline
Registered User
 
Join Date: May 2004
Location: Bordentown, NJ
Posts: 27
Disable Logging

Is there a way to disable logging? We don't need to use it for this particular DB and we keep getting "Transaction Log Full". Any suggestions????
Reply With Quote
  #2 (permalink)  
Old 06-22-04, 15:47
dsusendran dsusendran is offline
Registered User
 
Join Date: Apr 2004
Location: Inside Intel
Posts: 165
Talking

What version of DB2 are you using and on what OS?

You can make it circular logging and you can set the configuration parameter logretain = off. You cannot make online backups after you set this. You can also specify the number of primary log and secondary log files to be used too.

HTH
Newbie
Reply With Quote
  #3 (permalink)  
Old 06-22-04, 16:00
ckintner ckintner is offline
Registered User
 
Join Date: May 2004
Location: Bordentown, NJ
Posts: 27
Version 8 on Windows
Reply With Quote
  #4 (permalink)  
Old 06-22-04, 16:13
dsusendran dsusendran is offline
Registered User
 
Join Date: Apr 2004
Location: Inside Intel
Posts: 165
Talking

Could you also let us know, what operation you did, when you started getting the "transaction log full" error? Did you also check out the disk space / log file folder size too?

Db2 requires logging to perform tasks. You cannot eliminate logs, but you can make it circular type. To make it circular, go to the control center, right click on the database, choose configure database logging and follow the instructions in the wizard.

HTH.
Newbie
Reply With Quote
  #5 (permalink)  
Old 06-23-04, 00:11
james77 james77 is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
have reqular commit

I think you are using the circular logging in your shop. To overcome the message of getting the " Transaction full" you commit regularly, it would solve the issue. If it persist try to increase the log size .

James
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