Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Hidden Parameters
Hi,
These things are not in any view. You can write your own.
Use following query to see them (run as sys).
select ksppinm, ksppdesc
from x$ksppi
where translate (ksppinm, '_', '*') like '*%';
HTH, Regards,
> -----Original Message-----
> From: Lakshminarasimhan Santhanam
> [SMTP:lakshminarasimhan.santhanam_at_wipro.com]
> Sent: Thursday, June 21, 2001 7:47 AM
> To: Multiple recipients of list ORACLE-L
> Subject:
>
> hi dba's i want to see the underscore parameters such as
> _db_block_max_dirty_target etc which view should i use for it
>
> S.Lakshmi Narasimhan
> Technology Infrastructure Services
> WIPRO TECHNOLOGIES
> 044-4500200 extn 2059
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Lakshminarasimhan Santhanam
> INET: lakshminarasimhan.santhanam_at_wipro.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deshpande, Kirti INET: kirti.deshpande_at_verizon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jun 21 2001 - 11:14:53 CDT