Re: cursor not found

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Ashok Kumar Tiwari <ashokt(at)ohumhealthcare(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: cursor not found
Date: 2017-02-27 14:21:45
Message-ID: CADK3HHJO4rPAX9xAdfA=5ggx6Ucadf_-9b0mcfSTbBfURJpKKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Ashok,

Can you provide us with some code?
Although I suspect the problem is that you get the cursor with one
connection and try to use it in another connection due to load balancing.

Which just isn't gonna work

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 27 February 2017 at 01:25, Ashok Kumar Tiwari <ashokt(at)ohumhealthcare(dot)com>
wrote:

> hi all
>
> my java application return error cursor not found error
> i am using pgpool ii with load balancing on
> when i use pgpool load balancing off then my application work fine
>
>
> [image: http://www.blystreecare.com/images/tree-clipart-4.gif] Save a
> tree. Please avoid printing this email unless necessary.
>
> ***** Email confidentiality notice *****
>
> This message is private and confidential. If you have received this
> message in error, please notify us and remove it from your system.
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Magnus Hagander 2017-02-27 15:23:46 Re: PGSERVICEFILE as a connection string parameter
Previous Message Ashok Kumar Tiwari 2017-02-27 06:25:57 cursor not found