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 <[EMAIL PROTECTED]>
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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to