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
1676
February 20, 2020 08:21PM
849
February 24, 2020 08:12AM
Re: CDK Error: Reply blocked by a previous one.
768
March 03, 2020 02:01PM
804
March 04, 2020 03:07AM
841
March 04, 2020 03:21AM
736
March 05, 2020 12:34PM
681
March 09, 2020 08:58AM
882
March 11, 2020 01:18AM
921
March 11, 2020 01:40AM
722
March 12, 2020 11:17AM
588
August 13, 2020 05:21PM
692
August 14, 2020 11:06AM
642
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.