When a i make a change (alter table )in any table used in my applications i get the follow error :
java.sql.SQLException: Table (informix.tablename) has been dropped, altered or renamed.
I am using prepardstatements using a connection pool created in WebLogic 6.1.. I am feeling like prepardstatements are being cached. As when I start the WebLogic server again . problem goes away. Any Idea whats going on ?? Thanks in Advance
-