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 mode - how to tell

Re: optimizer mode - how to tell

From: Verna Legaspi <vlegaspi_at_uswest.net>
Date: Thu, 21 Oct 1999 11:43:13 -0700
Message-ID: <7unmj5$fnk$1@redftp.redftp.attws.com>


You could do a:
SELECT *
  FROM v$parameter
 WHERE name LIKE '%optimizer%';

or in svrmgrl, do a:
SHOW PARAMETERS OPTIMIZER HTH,
Verna

<kal121_at_yahoo.com> wrote in message news:7unfrc$9e1$1_at_nnrp1.deja.com...
> Version: Oracle 805 for Solaris
>
> Aside from the init.ora file, where can I find out what optimizer mode
> I'm presently using? On WinNT, I believe you could query the v$parameter
> view and look at the value for "optimizer_mode" or something like that.
> I don't see this on Solaris - in fact, it doesn't seem to show a lot of
> the parameters I'm used to seeing in this view. Am I just imagining
> this?
>
> Thx
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Oct 21 1999 - 13:43:13 CDT

Original text of this message

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