Re: CDK Error: Reply blocked by a previous one.
I am getting the same error in version 8.0.19 . (I have not tried on earlier versions)
Code:
auto res = mySession.sql("call abc.xyz();").execute(); //Line 1
int n = res.count();//Line 2
auto res2 = mySession.sql("commit;").execute();//Line 3
Only one thread running in the program.
abc.xyz is a stored procedure that starts a transaction.
I get the error at Line 3 when all 3 lines are present.
When Line 2 is removed, the error is gone.
Replacing "commit" by "rollback" does not remove the error.
Replacing procedure call with a select statement and adding "start transaction;" line before it removes the error.
Any ideas on what the problem is?
Subject
Views
Written By
Posted
1160
February 20, 2020 08:21PM
661
February 24, 2020 08:12AM
Re: CDK Error: Reply blocked by a previous one.
568
March 03, 2020 02:01PM
553
March 04, 2020 03:07AM
603
March 04, 2020 03:21AM
577
March 05, 2020 12:34PM
494
March 09, 2020 08:58AM
591
March 11, 2020 01:18AM
649
March 11, 2020 01:40AM
589
March 12, 2020 11:17AM
447
August 13, 2020 05:21PM
511
August 14, 2020 11:06AM
463
August 17, 2020 01:35PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.