When use JDBC query assertion to update db(Oracle) directly, can't get any response.
can't get response and stuck here
Release : 10.0
Component : API GATEWAY
There is another transaction running on backend, and it's not committed yet. The raw is locked and the gateway is waiting for the lock.
Oracle SQL developer or SQL plus is not auto commit by default, need to manually commit/rollback to release the lock.