COLUMN parameter FORMAT a37
COLUMN description FORMAT a30 WORD_WRAPPED
COLUMN "Session Value" FORMAT a10
COLUMN "Instance Value" FORMAT a10
SET LINES 100
SET PAGES 0
SPOOL undoc.lis
SELECT
a.ksppinm "Parameter",
a.ksppdesc "Description",
b.ksppstvl "Session Value",
c.ksppstvl "Instance Value"
FROM
x$ksppi a,
x$ksppcv b,
x$ksppsv c
WHERE
a.indx = b.indx
AND
a.indx = c.indx
AND
a.ksppinm LIKE '/_%' escape '/'
order by a.ksppinm
/
SPOOL OFF
SET LINES 80 PAGES 20
CLEAR COLUMNS
Tuesday, May 25, 2010
Hidden Parameters
Posted by
Jabra
at
2:06 PM
Labels: Anything Database
Subscribe to:
Post Comments (Atom)
1 comment:
Very nice post. I just stumbled upon your blog and wished to say that I've truly loved surfing around your weblog posts. In any case I'll be subscribing to your
feed and I hope you write once more very soon!
Also visit my weblog: this is great
Post a Comment