Re: Too many open cursors

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Too many open cursors
Дата
Msg-id 1163094491.25926.20.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Too many open cursors  ("Sandeep Kumar Jakkaraju" <sandeepkumar.jakkaraju@gmail.com>)
Список pgsql-general
On Thu, 2006-11-09 at 06:07, Sandeep Kumar Jakkaraju wrote:
>
> Hi All ..
>
> I have used Oracle 9i in the past ...currently working on postgres ...
>
> Oracle throws this SQLException ... Too many open cursors
> when there are too many connections to the database.....

That may be the exception you've seen, but I'm pretty sure Oracle also
has an exception for too many connections that says something about
there being too many connections.

> I have found that  ..but postgres ..locks ..the DB ..and doesnt throw
> this exception

Ummm.  what do you mean by "locks"???  The db stops working completely,
even for the clients you already have connected?  Won't accept new
connections but keeps processing the old ones?

> I am true or ...mine can be a special case !!???

We need more quoting of the error messages you're getting.  What we've
got now doesn't help a lot.

You should get an error message saying something about too many
connections open

В списке pgsql-general по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Datum problem
Следующее
От: Craig White
Дата:
Сообщение: Re: authentication question