I'm running Oracle 19c with the cx_Oracle Python connector and I'm getting this error.
DPI-1067: call timeout of 15000 ms exceeded with ORA-3156
The problem is that I'm getting this error when attempting to commit.
Because this is so hard to reproduce in a development environment I have no idea if this is safe. If a call timeout happens in Oracle when committing, will the commit be rolled back?