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

Home -> Community -> Usenet -> c.d.o.server -> Re: possible to use alter system or alter session commands dynamically?

Re: possible to use alter system or alter session commands dynamically?

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Fri, 14 Feb 2003 18:27:46 GMT
Message-ID: <3e4d3513.93375426@nyc.news.speakeasy.net>


i suggested this in the other thread as well. have you looked into dbms_sql?

On 14 Feb 2003 05:55:07 -0800, rgaffuri_at_cox.net (Ryan Gaffuri) wrote:

>I asked this in another thread related to a specific task and got an
>answer on how to do that task, which I appreciate.
>
>However, I'm still wondering if its possible to do this?
>
>I tried:
>
> EXECUTE IMMEDIATE 'ALTER SYSTEM KILL SESSION '':1,:2'''
> USING v_sid, v_serial#;
>
>and it gave me some kind of parsing error. Is it functionally possible
>to do this? Dont need to use it now. Just really curious. Its not in
>the documentation.

.......
We use Oracle 8.1.7.4 on Solaris 2.7 boxes remove NSPAM to email Received on Fri Feb 14 2003 - 12:27:46 CST

Original text of this message

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