IBM DB2 Increase LogFileSize for Better Transaction Process



$ db2 get db cfg

$ db2 terminate

$ db2 update db cfg for DBPUBLIC using logfilsiz 15360

$ db2 force applications all

$ db2 "CONNECT TO DBPUBLIC"

Comments