How does DBMaker act if network disconnection happens during inserting process? (DBMR 1945)

~ 0 min
2016-03-09 02:56

If the network disconnection happens during inserting process, the current disconnected connection may remains on server and the session still occupied the resource. The session exists, but it becomes useless session. DBMaker does not automatically release resource of the dead connection. So user might get lock timeout error. User should kill these useless sessions to release resource.

If network disconnection happens before committing a transaction, after killing the dead connection, the aborted transaction will be roll backed.

Average rating 0 (0 Votes)

You cannot comment on this entry

Tags