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: HOw to know which optimiser server using

Re: HOw to know which optimiser server using

From: Venkat Rao Gummadi <vgummadi_at_gbncmail.ims.att.com>
Date: 1998/01/21
Message-ID: <34C6415B.44A7@gbncmail.ims.att.com>#1/1

Sateesh Burgadda wrote:
>
> hi!
>
> I would like to know which optimiser( cost based or rule based)
> is used on my server.
>
> I tried to see init.ora file but nothing found.
>
> Can u help me to know how.
>
> PL reply
> Sateesh

Log into sql*plus and issue the following command.

select value from v$parameter
where name like '%mode%' ; Received on Wed Jan 21 1998 - 00:00:00 CST

Original text of this message

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