View hidden parameters in Oracle

Source: Internet
Author: User
Hiddenparameters is used internally by 0racle.

The hidden parameters are used internally by 0racle.

Hidden parameters are used internally by 0racle and start.

You can view all hidden parameters in the following two ways:

SELECTI. ksppinmName,

I. ksppdesc description,

CV. ksppstvl VALUE,

CV. ksppstdf isdefault,

DECODE (BITAND (CV. ksppstvf, 7 ),

1, 'modified ',

4, 'System _ mod ',

'False ')

Ismodified,

DECODE (BITAND (CV. ksppstvf, 2), 2, 'true', 'false') isadjusted

FROMSys. x $ ksppi I, sys. x $ ksppcv CV

WHEREI. inst_id = USERENV ('instance ')

And cv. inst_id = USERENV ('instance ')

AND I. indx = CV. indx

AND I. ksppinm LIKE '/_ %'ESCAPE'Http: // www.linuxeden.com /'

ORDER BYREPLACE (I. ksppinm ,'_','');


SELECTKsppinm, ksppstvl, ksppdesc

FROMX $ ksppi x, x $ ksppcv y

WHEREX. indx = y. indx and translate (ksppinm, '_', '#') LIKE '# % ';

Example: to view the parameter values of _ db_block_hash_buckets

SELECTKsppinm, ksppstvl, ksppdesc

FROMX $ ksppi x, x $ ksppcv y

WHEREX. indx = y. indx AND ksppinm = '_ db_block_hash_buckets ';

Related Article

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.