If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-01-02, 17:27
bunty_guru bunty_guru is offline
Registered User
 
Join Date: Jul 2002
Posts: 2
Informix

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

-
Reply With Quote
  #2 (permalink)  
Old 08-02-02, 07:52
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
This is certainly a weblogic problem.
I have a feeling that when you start weblogic it will read the database structure. If you alter a table, your weblogic sees the difference and raises an exception.
That's why the problem goes away if you restart.
Check your weblogic docs. There might be a setting that allows you to execute DDL without raising exceptions
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On