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 Archive log files in db2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-09-11, 03:00
jagadeesh_db2 jagadeesh_db2 is offline
Registered User
 
Join Date: May 2011
Posts: 1
Disable Archive log files in db2

Hi All,

I want to disable Archive Log in DB2 V9 in Windows. What is the procedure to disable this.
I did some R&D on that but its not clear to me.


Thanks in advance
Jagadeesh
Reply With Quote
  #2 (permalink)  
Old 05-09-11, 08:01
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Set LOGARCHMETH1 to OFF
Reply With Quote
  #3 (permalink)  
Old 05-17-11, 03:13
jamiforyou jamiforyou is offline
Registered User
 
Join Date: Aug 2010
Posts: 3
update db cfg for (database name) using logarchmeth1 off

Quote:
Originally Posted by jagadeesh_db2 View Post
Hi All,

I want to disable Archive Log in DB2 V9 in Windows. What is the procedure to disable this.
I did some R&D on that but its not clear to me.


Thanks in advance
Jagadeesh
you can use below mention command to disable archive log

update db cfg for (database name) using logarchmeth1 off

Jamil
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