Folks,
I have some jobs running 4 wide that open a cursor and then fetch rows from a single DB2 table. This table is partitioned by account number. Somehow, every so often, two of the jobs will collide with -911 deadlock errors, killing one of the jobs, even though they are accessing accounts in distinct partitions.
Has anyone heard of -911 deadlock errors when the data being accessed is in separate partitions?
The cursor does use account number in the WHERE clause.
Please excuse the general nature of this note; any insight is appreciated.