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

Reply via email to