From: | "Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)com> |
---|---|
To: | "Pgsql-General (pgsql-general(at)postgresql(dot)org)" <pgsql-general(at)postgresql(dot)org> |
Subject: | Help with JDBC and OID |
Date: | 2002-03-02 23:19:05 |
Message-ID: | 9534B16F750ED2118CF90008C724C4460C222565@lmig-msg-20.lmig.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I am doing some JSP web development using PostgreSQL as my backend. I use
the PostgreSQL JDBC driver that I got from http://jdbc.postgresql.org
<http://jdbc.postgresql.org>
While development I dropped a table and recreated it and added the data back
into it from a copy using PG_DUMP.
But now when I take a look at my JSP page it now says:
javax.servlet.ServletException: java.sql.SQLException: ERROR: Relation
"ntr_node_t" with OID 34821 no longer exists
I've restarted the database, and also restarted the TOMCAT web server but it
still gives that message. Does anyone know how I can get by this error
message?
Thank you for your time!
Troy Campano
From | Date | Subject | |
---|---|---|---|
Next Message | Campano, Troy | 2002-03-02 23:21:35 | Multiple DB Servers on 1 machine |
Previous Message | Masaru Sugawara | 2002-03-02 22:28:00 | Re: help with getting index scan |