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: Mandar Shete <mandar.shete_at_tatainfotech.com>
Date: Thu, 30 May 2002 03:58:30 -0800
Message-ID: <F001.0046F44B.20020530035830@fatcity.com>


Got this one from somebody, don't remember who, though...

select rpad (a.indx ,10) "number"
, rpad (b.KSPPINM ,50) "name"
, rpad (a.KSPPSTVL,50) "value"
, rpad (a.KSPPSTDF,10) "default"

from x$KSPPCV a
, X$KSPPI b

where a.indx = b.indx;

HTH,
Mandar.
  -----Original Message-----
  From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Robertson Lee - lerobe
  Sent: Thursday, May 30, 2002 4:13 PM
  To: Multiple recipients of list ORACLE-L   Subject: Undocumented Parameters

  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.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mandar Shete
  INET: mandar.shete_at_tatainfotech.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 - 06:58:30 CDT

Original text of this message

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