Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g4UMR6h04835
 for <oracle-l@naude.co.za>; Thu, 30 May 2002 18:27:06 -0400
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id HAA31991;
 Thu, 30 May 2002 07:26:05 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b71/bab) via UUCP id 0046F817; Thu, 30 May 2002 06:38:31 -0800
Message-ID: <F001.0046F817.20020530063831@fatcity.com>
Date: Thu, 30 May 2002 06:38:31 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Jack Silvey <jack_silvey@yahoo.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Jack Silvey <jack_silvey@yahoo.com>
Subject: Re: Undocumented Parameters
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 71; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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@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@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@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).

