Listing the available bufferpools in the current database directory
db2 select * from syscat.bufferpools
Creating the bufferpool
db2 create bufferpool <bp_name> pagesize <size>
Dropping the bufferpool
drop bufferpool <bp_name>
Listing the available bufferpools in the current database directory
db2 select * from syscat.bufferpools
Creating the bufferpool
db2 create bufferpool <bp_name> pagesize <size>
Dropping the bufferpool
drop bufferpool <bp_name>