For the past few days we are getting an while loading the data into DB2 Tables.
com.ibm.db2.jcc.am.SqlException: DB2 SQL Error: SQLCODE=-1218, SQLSTATE=57011, SQLERRMC=4096, DRIVER=4.24.92
I tried to check the actual reason and found it to be an issue in the buffer pool.
However, we tried creating additional buffer pools but the issue still exists. Please help to fix this issue. Thanks in advance.
If you looked up the error message 1218 the solution is right there as it says "increase the bufferpool"
Alter the bufferpool to increase its size as described here.