Search Postgresql Archives

Re: Error code associated to "could not open relation with OID ..."

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Galantucci Giovanni wrote:
Hi all,

I'm using jdbc to connect to a remote database and this morning I've
found an SQLException on my log file with this error description:

"could not open relation with OID ...".

Does anyone know which error code is associated to such exception?

It's usually down to a cached plan referring to a temporary table that's being replaced. Could be a normal table being dropped/recreated though.

It could be a query-plan cached by your jdbc stuff or perhaps a plpgsql function using TEMP tables?

--
  Richard Huxton
  Archonet Ltd


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux