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 > Error Getting -244 (Due update in systable)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-15-08, 12:11
dicipulofer dicipulofer is offline
Registered User
 
Join Date: Oct 2007
Posts: 55
Error Getting -244 (Due update in systable)

Hello...

I'm trying to chage my table to row lock (was in page lock)...


I heard about update in systable the field locks..... but afte I did this,my application's getting this error (-244)...


How I change one table from page to row ?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-15-08, 12:28
mjldba mjldba is offline
Registered User
 
Join Date: Dec 2003
Location: North America
Posts: 139
alter table <table_name> lock mode (row)
Reply With Quote
  #3 (permalink)  
Old 01-15-08, 12:29
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
never ever....ever....ever... you do a update/delete/insert over any SMI (sys*) tables....

To alter the lock mode:
Code:
alter table tab_xyz lock mode (row)
you already shutdown you IDS and restart to stopping these errors?
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
  #4 (permalink)  
Old 01-15-08, 12:51
dicipulofer dicipulofer is offline
Registered User
 
Join Date: Oct 2007
Posts: 55
I guess It's ok now.. thanks.
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