Oracle Tips and Tricks

From Lolly's Wiki
Revision as of 21:08, 25 July 2015 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „Tipps ==Show non default settings== <source lang=sql> SQL> select name || ' = ' || value from v$parameter where isdefault = 'FALSE'; </s…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Tipps

Show non default settings

SQL> select name || ' = ' || value from v$parameter where isdefault = 'FALSE';