Quote:
Originally Posted by jagadeesh_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
|
you can use below mention command to disable archive log
update db cfg for (database name) using logarchmeth1 off
Jamil