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.
This database server in this host operating system has a limit on the
number of tables that can be locked at one time. It was unable to lock
the table you requested. Roll back the current transaction. Then
redesign the operation to lock fewer tables, to use row-level locking,
or to open the database in exclusive mode.
Hi,
How many tables can open informix at same time?
It depends if you lock the tables or not.
Normally there is no limit for number of open tables, but if are using LOCK TABLE, there
is a hard limit of 32 tables per user.
Thank you for you help, ¿ this value can modify in the configuration? for to increase number lock tables is 100 and how do it.
Thank you.
You cant modify this value. So use solutions mentioned in the description of your error: lock fewer tables, use row-level locking or as artemka already sayed just lock the whole database.