Forum OpenACS Q&A: Re: Kill all Oracle queries on AOLserver client exit?

Collapse
Posted by Don Baccus on
PostgreSQL's behavior is the same, the query will continue to run.  KILL -TERM <backend PID> should work fine to kill the query.  It's usually easy to find the runaway backend because it's the backend running away ...