Let show parameter Show hidden parameters (11G)

Source: Internet
Author: User

1. Create a View Show_hidden_v$parameter

Create or Replace view Show_hidden_v$parameter (inst_id, NUM, NAME, TYPE, VALUE, Display_value, ISDEFAULT, Isses_mod Ifiable, Issys_modifiable, isinstance_modifiable, ismodified, isadjusted, isdeprecated, DESCRIPTION, UPDATE_COMMENT          , HASH) as Select x.inst_id, X.indx + 1, ksppinm, ksppity, KSPPSTVL, KSPPSTDVL, KSPPSTDF, Decode (Bitand (ksppiflg/256, 1), 1, ' TRUE ', ' FALSE '), Decode (Bitand (KSPP                 iflg/65536, 3), 1, ' IMMEDIATE ', 2, ' DEFERRED ',                 3, ' IMMEDIATE ', ' FALSE '), Decode (Bitand (KSPPIFLG, 4), 4, ' False ', decode (Bitand (ksppiflg/65536, 3), 0, ' false ', ' TRUE ')), Decode (KSP PSTVF, 7), 1, ' MODIFIED ', 4, ' System_mod ', ' false '), Decode (Bitand (KSPPSTVF, 2), 2, ' TRUE ', ' false '), DE Code (Bitand (KSPPILRMFLG/1), 1, ' TRUE ', ' FALSE '), Ksppdesc, Ksppstcmnt, Ksppihash from X$ksppi x, X$KSPPCV y WHERE (x.indx = y.indx);

2. Authorize

Sql> Grant SELECT on Show_hidden_v$parameter to Scott; Sql> conn scott/tigersql> create synonym v$parameter for sys.show_hidden_v$parameter; Sql> Show Parameter latch

Let show parameter Show hidden parameters (11G)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.