Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error SQLCODE: -1218

1,961 views
Skip to first unread message

Franco Lombardo

unread,
Jun 9, 2009, 9:13:30 AM6/9/09
to
I'm running a DB2 9.5 Express C on Windows XP.
Sometimes, when using JDBC to connect to this box, I receive the message:

com.ibm.db2.jcc.c.SqlException: DB2 SQL error: SQLCODE: -1218, SQLSTATE:
57011

SQL1218N There are no pages currently available in bufferpool 1

Any hints?

Thanks.

Bye.

Franco


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.francolombardo.net
Scala, Java, As400.....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Ian

unread,
Jun 9, 2009, 4:31:48 PM6/9/09
to
Franco Lombardo wrote:
> I'm running a DB2 9.5 Express C on Windows XP.
> Sometimes, when using JDBC to connect to this box, I receive the message:
>
> com.ibm.db2.jcc.c.SqlException: DB2 SQL error: SQLCODE: -1218, SQLSTATE:
> 57011
>
> SQL1218N There are no pages currently available in bufferpool 1
>
> Any hints?
>

Your bufferpool is undersized for the work that you are trying to do.

All pages in your bufferpool are dirty, and there are active
transaction(s) that preclude the page cleaners from writing out the
dirty pages.

Typically, this only occurs on VERY small bufferpools -- maybe 100
pages or less, combined with a (relatively) large unit of work.


Increase the size of your bufferpool and you should solve the
problem...

0 new messages