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: OPTIMIZER

Re: OPTIMIZER

From: Robert Fazio <rfazio_at_home.com.nospam>
Date: Fri, 10 Aug 2001 21:04:39 GMT
Message-ID: <H%Xc7.91016$EP6.22071510@news1.rdc2.pa.home.com>

you should be able to look at v$parameter

select name,value from v$parameter where name ='optimizer_goal';

Can't say I ever tested it though.

--
Robert Fazio
Senior Technical Analyst
dbabob_at_yahoo.com

"Anthony Millard" <Anthony.Millard_at_Ramesys.Com> wrote in message
news:euRc7.23422$e%3.2537773_at_news2-win.server.ntlworld.com...

> Is it possible to find out which optimizer goal has been decided in
> SQL_PLUS.
> I can use the
> alter session set optimizer_goal = FIRST_ROWS;
> to set it to a neww value, however, how do I find out the original value.
>
> Regards
> Anthony.Millard_at_Ramesys.Com
>
>
Received on Fri Aug 10 2001 - 16:04:39 CDT

Original text of this message

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