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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: changing session parameters after logon trigger

Re: changing session parameters after logon trigger

From: Paul Drake <bdbafh_at_gmail.com>
Date: Thu, 20 Oct 2005 15:55:41 -0400
Message-ID: <910046b40510201255w5a0d1c64nd9338a2499d6c2a9@mail.gmail.com>


On 10/20/05, Milen Kulev <makulev_at_gmx.net> wrote:
> Many thanks for answer Jared.
> The problem is that Siebel suggestions are sometimes pretty irrational ***and*** their suggstions are not giving the
> expected (performance) results. If some parameter changes proposed from Siebel don't work, they (SBL) say "Ask your DBA
> for assistance".
> Anyway, the solution of the problem was to set "optimizer_features_enable=8.1.7".

Milen,

Tourniquet applied.
Good luck taking that one off.

(what I am implying, is that one does not remove a tourniquet. the doctor(s) in the hospital remove it, after severing the affected limb).

The solution to the problem is likely not setting o_f_e='8.1.7', instance-wide. That won't likely survive an update to 10g R1. The good news for you is that 9.2 is on support until 01-JUL-2007.

Pd

> After setting this parameter we got "parse time cpu=0.01 sec".
> The funny thing is that SBL is stating that SBL (version 7.7) ist "CBO ready", but
> they are forcing the CBO in any possible way to behaive just like RBO.
>
> Once again thank you for your time and help.
>
> Regards. Milen
>
>
> -----Original Message-----
> From: Jared Still [mailto:jkstill_at_gmail.com]
> Sent: Tuesday, October 18, 2005 6:06 PM
> To: makulev_at_gmx.net
> Cc: oracle-l_at_freelists.org
> Subject: Re: changing session parameters after logon trigger
>
>
> On 10/13/05, Milen Kulev <makulev_at_gmx.net> wrote:
> ...
> > alter session set optimizer_mode = first_rows_10;
> > alter session set hash_join_enabled = false;
> > alter session set "_optimizer_sortmerge_join_enabled" = false; alter
> > session set "_optimizer_join_sel_sanity_check" = true;
> >
> ...
> >
> > When I set "_optimizer_sortmerge_join_enabled" to TRUE AND
> > optimizer_dynamic_sampling to 0, then I am getting 0.1 seconds elapsed
> > time!
> >
>
> Regardless of your testing results or advice you get from this list, you should probably discuss this with Sieble, er,
> Oracle?, support.
>
> As these are underscore parameters, Oracle doesn't directly support them, Siebel *should* be able to offer some
> guidance.
>
>
> --
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 20 2005 - 14:58:18 CDT

Original text of this message

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