Cancelling queries against a remote/cloud database with an Oracle Wallet
I (we, actually) are having an odd issue with cancelling a long running query against a remotely located database (external to our organization), and utilizing an Oracle Wallet.
Of a group of about ten people, the following outcomes happen
- A few can cancel a query, it cancels right away successfully, and they can run another query (For our testing, we picked a "select count(*) from ...." query against a view that predictably takes about one minute to run. They use SQL Developer, connect via JDBC, and don't have a wallet configured (JDBC lets you connect without that), and their installed Oracle driver is 11g, 11.2.0.1 I believe.