Prima di utilizzare il programma di utilità Stage Copy, il programma di utilità Stage Propagate oppure il programma di utilità Cleanup del database, eseguire le operazioni riportate di seguito:
db2 update db config for db_name using STMTHEAP 60000
db2 update db config for db_name using LOCKLIST 512
db2 update db config for db_name using LOGPRIMARY 80
db2 update db config for db_name using LOGBUFSZ 512
db2 update db config for db_name using DBHEAP 2048
db2 update db config for db_name using APPLHEAPSZ 2048
db2 update db config for db_name using PCKCACHESZ 8200
db2 update db config for db_name using STAT_HEAP_SZ 2048
db2 update db config for db_name using APP_CTL_HEAP_SZ 4096
dove db_name è il nome del database.
db2 connect to db_name
db2 alter bufferpool IBMDEFAULTBP size n
db2 terminate
dove n rappresenta le dimensioni ottimali del pool di buffer.
![]() |