Having an issue with ManagedData Access for .Net Core driver.
if I use a MERGE statement, the action happens, but then the driver also throws a Oracle exception 12537 (ORA number).
since the merge seems to work, i'm catching this error and swallowing it, but it does seem like something we shouldn't have to do. Any thoughts?
Is there anything special about how a merge statement should be called that's different from inserts or updates that seem to work fine?