Thank you for your reply.
You're right, increasing primary logs solved this problem.
But what is "commiting appropriately" ?
I have the following operations:
Open cursor for update
fetch cursor
insert/update from current position to another table
delete from current position
commit/rollback
So, each operation is followed by commit operation.It seems there's no reason...
User Profile
Collapse
-
-
DB2 multi-thread application and sql error Log full
Dear all,
I have the following situation using DB2 v9.5 in the multi-threaded way.
1. I created 30 working threads using _beginthread(.. .) C function.
2. For each working thread I put the following sequence at the beginning:
sqleBeginCtx(.. .)
sqleAttachToCtx (...)
connect to database
then, I'm using a semaphore to wait for something to do.
3. After each database...
No activity results to display
Show More
Leave a comment: