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: _* initialization parameters

Re: _* initialization parameters

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Mon, 8 May 2000 09:44:08 -0400
Message-Id: <10491.105162@fatcity.com>


Here us an script to find all of the undoucmented parameters, including _disable_logging. HTH Ruth
select KSPPINM,
nvl(KSPPSTVL,'NULL'),
KSPPDESC
from x$ksppi x, x$ksppcv y
where x.INDX = y.INDX
and translate(KSPPINM,'_','#') like '#%' order by KSPPINM;

> Excuse my poor English !
>
> Does someone knows were can i find documentation on _* Oracle
> initialization parameters (eg : _disable_logging).
>
> Thank you in advance.
>
> ------------------------------------------------------------------
> K.Benhayoune
> System engineer/DBA
> MAROCLEAR
> Phone : 212-2-48-49-49
> Fax : 212-2-48-67-03
> Address : 216, BD ZERKTOUNI, 5 eme etage
> Casablanca (Morocco)
Received on Mon May 08 2000 - 08:44:08 CDT

Original text of this message

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