How can you get the number of rows affected from running the "MERGE INTO ..." sql command in CX_Oracle?
When I execute MERGE SQL on cx_oracle, I get cursor.rowcount from -1. Is there a way to get the number of rows affected by the merge?
source
share