You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im trying to execute like 15-20 queries using cx_oracle python
Some of the queries may run long sometimes i am searching for a way to stop the query if its still running for more than 30 min i would like to skip this and cancel the execution and gopn executing other queries.
Is there anyway to track the time and cancel the query execution and skip this
The text was updated successfully, but these errors were encountered:
vbvasu
changed the title
Hi,
Python Cx_oracle skipping long running queries and move on to execute next query
Feb 9, 2024
vbvasu
changed the title
Python Cx_oracle skipping long running queries and move on to execute next query
Python Cx_oracle need to skip long running queries and move on to execute next query
Feb 9, 2024
@vbvasu A side comment: don't forget to schedule your upgrade to the latest version of cx_Oracle, which was released under the new name python-oracledb a couple of years ago, see the release announcement
Hi,
Im trying to execute like 15-20 queries using cx_oracle python
Some of the queries may run long sometimes i am searching for a way to stop the query if its still running for more than 30 min i would like to skip this and cancel the execution and gopn executing other queries.
Is there anyway to track the time and cancel the query execution and skip this
Originally posted by @vbvasu in #173 (comment)
The text was updated successfully, but these errors were encountered: