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: Help: Can we alter session for other sessions

Re: Help: Can we alter session for other sessions

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 21 May 2002 13:30:07 +0100
Message-ID: <1021984426.17301.0.nnrp-08.9e984b29@news.demon.co.uk>

From about 8.1.6, dbms_system allowed for setting integer and boolean parameters in other sessions.

e.g.

    (sid, serial#,. parameter, value)

begin

    dbms_system.set_int_param_in_session(

        16, 161, 'max_dump_file_size', 1048576     );
end;

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Author of:
Practical Oracle 8i: Building Efficient Databases

Next Seminar - Australia - July/August
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html



charlie.peltier wrote in message ...

>I am trying to study the effect of init parameter optimizer_index_cost_adj,
>which can be changed by alter session.
>
>How can I change the session for others, like the one for sql_navigator,
>which I use for explain plan?
>Is there any way we can do that?
>
>Thanks
>
>
Received on Tue May 21 2002 - 07:30:07 CDT

Original text of this message

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