Avant d'utiliser l'utilitaire de copie de transfert, l'utilitaire de propagation de transfert ou l'utilitaire de nettoyage de la base de données, procédez comme suit :
db2 update db config for nom_bd using STMTHEAP 60000
db2 update db config for nom_bd using LOCKLIST 512
db2 update db config for nom_bd using LOGPRIMARY 80
db2 update db config for nom_bd using LOGBUFSZ 512
db2 update db config for nom_bd using DBHEAP 2048
db2 update db config for nom_bd using APPLHEAPSZ 2048
db2 update db config for nom_bd using PCKCACHESZ
8200
db2 update db config for nom_bd using STAT_HEAP_SZ 2048
db2 update db config for nom_bd using APP_CTL_HEAP_SZ 4096
où nom_bd correspond au nom de votre base de données.
db2 connect to nom_bd
db2 alter bufferpool IBMDEFAULTBP size n
db2 terminate
où n est la taille optimale du pool de mémoire tampon.
![]() |