We often get this error when we run our programs
Could not position within a table (thein.tabname).
See error number -243.
This is because of table locks. Sometimes the tables lock permanently and we have to release them with
onmode -z sessionid#
Does anyone know if it is better to change the lock mode to lock mode ROW the default is lock mode PAGE and what could be the cost in performance.
Could not position within a table (thein.tabname).
See error number -243.
This is because of table locks. Sometimes the tables lock permanently and we have to release them with
onmode -z sessionid#
Does anyone know if it is better to change the lock mode to lock mode ROW the default is lock mode PAGE and what could be the cost in performance.