In my code whenever _content.SaveChagnesAsync() executes I am getting the error
Microsoft.EntityFrameworkCore.Databse.Transaction[20205]
An error occurred using a transaction.
Further looking into the logs I found out few of the time
raises the execption.RelationalEventId.BatchExecutorFailedToReleaseSavepoint [20703]
Though the data is being saved perfectly in the database, yet I'm getting the error.
So, I cannot understand why this error is coming up again and again.
Please let me know what can be implemented to resolve this issue.
I am using .net core 3.1 for the project, entity-framework-core 5.0.4, oracle for database and repository pattern for data layer.