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: hidden init parameter

Re: hidden init parameter

From: Bernard <bernard_craddock_at_hotmail.com>
Date: Tue, 8 Jan 2002 13:37:35 +1000
Message-ID: <3c3a6b35$0$30999$afc38c87@news.optusnet.com.au>


should work on 8.1.7.2.1 and 9.0.1.2

select ksppinm, ksppdesc
from x$ksppi
where ksppinm like '\_%' escape '\'
order by ksppinm;

you must use escape clause of like operator enjoy

"Mike F" <u518615722_at_spawnkill.ip-mobilphone.net> wrote in message news:l.1010419092.1417419433@[64.94.198.252]...
> Could somebody tell me where I can find info about all the hidden
> parameters in a database, like the list of it, what is it for, etc, it
> is not stored in v$parameter.
>
> Thanks
>
>
>
>
> --
> Sent by dbadba62 from hotmail piece from com
> This is a spam protected message. Please answer with reference header.
> Posted via http://www.usenet-replayer.com/cgi/content/new
Received on Mon Jan 07 2002 - 21:37:35 CST

Original text of this message

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