Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Kill session from PL/SQL

Re: Kill session from PL/SQL

From: Norman Dunbar <NDunbar_at_Tenhill.co.uk>
Date: Tue, 27 Jul 1999 17:22:12 +0100
Message-ID: <9419728F7734D311B0490008C7DBDFFF044D4F@teapps.tenhill.co.uk>


Dear all,

Problem now solved.
Many thanks indeed.

Norman.

>> lose the semi-colon. the procedure should have:

>> DBMS_SQL.PARSE(C3, 'alter system kill session '|| USERID,
>> DBMS_SQL.NATIVE);
>> RESULT := DBMS_SQL.EXECUTE(C3);

>> the owner of the procedure will need the ALTER SYSTEM privelege
granted to them
>> directly.
Received on Tue Jul 27 1999 - 11:22:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US