RE: dbi, can kill an oracle job?
- From: Erick.Nelson@xxxxxxxxxxxx (Erick Nelson)
- Date: Fri, 16 May 2008 14:51:15 -0700
Look up 'ALTER SYSTEM KILL SESSION "sid,serial"'
You can get sid and serial from sys.v_$session
-----Original Message-----
From: oldyork90@xxxxxxxxx [mailto:oldyork90@xxxxxxxxx]
Sent: Friday, May 16, 2008 10:23 AM
To: dbi-users@xxxxxxxx
Subject: dbi, can kill an oracle job?
oracle 101 guy
env: oracle 9i, linux, perl dbi, apache, webpages with javascript
Executing a sql statement from a browser with perl and dbi.
Can we kill the job? There are two main scenarios where the option to
kill might be nice. The user leaves the browser and, two, box
resources get to a point where it is no longer useful to try and
finish the job (excessive load on the box).
Suggestions? I've never killed an Oracle job before. I assume dbi
has a way to get a process/job number and the facility to kill it ...
right?
Thank you.
.
- References:
- dbi, can kill an oracle job?
- From: oldyork90
- dbi, can kill an oracle job?
- Prev by Date: Re: DBD::Oracle, InstantClient 11.1.0.1, and Kerberos
- Next by Date: Re: dbi, can kill an oracle job?
- Previous by thread: dbi, can kill an oracle job?
- Next by thread: Re: dbi, can kill an oracle job?
- Index(es):