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
1128
February 20, 2020 08:21PM
648
February 24, 2020 08:12AM
Re: CDK Error: Reply blocked by a previous one.
551
March 03, 2020 02:01PM
538
March 04, 2020 03:07AM
580
March 04, 2020 03:21AM
559
March 05, 2020 12:34PM
477
March 09, 2020 08:58AM
578
March 11, 2020 01:18AM
627
March 11, 2020 01:40AM
573
March 12, 2020 11:17AM
433
August 13, 2020 05:21PM
492
August 14, 2020 11:06AM
444
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.