Обсуждение: Max Open Cursor

Поиск
Список
Период
Сортировка

Max Open Cursor

От
Matt Z
Дата:
I'm using commons dbcp basic datasource with connection pooling through the postgre jdbc driver. The dbcp doc says
maxOpenPreparedStatementsshould be a value less than the maximum number of cursors that can be open on a connection.
Theconnection limit is set to 100, what is the max number of cursors per connection, does it have a limit?