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: Undocumented Parameters

Re: Undocumented Parameters

From: Jack Silvey <jack_silvey_at_yahoo.com>
Date: Thu, 30 May 2002 06:38:31 -0800
Message-ID: <F001.0046F817.20020530063831@fatcity.com>


Lee,

Here ya go. Remember, be *careful* with those hidden params, cowboy. Oracle does not support changing them, and you can really hose the system with em, perhaps beyond the normal capacity to repair it. As they say, this script is unsupported and for educational purposes only, but can come in handy on occasion.

Did I say be careful? Might want to buff up the resume before you start acting like the Mad Hidden Parameter Scientist.

;)

jack silvey


--
-- author:	jack silvey
-- about:	shows hidden and non-hidden parameters
-- 		usually must connect as sys
-- usage:	@params
--
--
------------------------------

column name format a45
column description format a70
column value format a20
set lines 145
set pages 9999

select  nam.ksppinm name,
val.KSPPSTVL value
from    x$ksppi         nam,
        x$ksppsv        val
where nam.indx = val.indx
order by 1
/


--- Robertson Lee - lerobe <lerobe_at_acxiom.co.uk>
wrote:

> Someone posted a bit of SQL to list out the
> undocumented parameters and
> guess what ... I deleted it. Could someone repost
> please ??
>
> TIA
>
> Lee
>
>
>
>
> The information contained in this communication is
> confidential, is intended only for the use of the
> recipient
> named above, and may be legally privileged. If the
> reader
> of this message is not the intended recipient, you
> are
> hereby notified that any dissemination, distribution
> or
> copying of this communication is strictly
> prohibited.
> If you have received this communication in error,
> please
> re-send this communication to the sender and delete
> the
> original message or any copy of it from your
> computer
> system.
>
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jack Silvey INET: jack_silvey_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Thu May 30 2002 - 09:38:31 CDT

Original text of this message

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