Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • find_pk.sql /* Find Primary Key */ Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • oradebug ipcrm ipcs Oracle
  • Monitor Long Running Job Oracle
  • Histogram Overview Oracle
  • Library cahe Latches and internal explaination Oracle
  • Rman Notes -1 Oracle
  • V$transaction notes for finding XID composition. Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • My Minimum Tuning Programs Oracle
  • find_string_in_database.sql Oracle
  • Session_info.ksh Linux/Unix
  • moving lob object to other tablespace lob_mvmt.sql Oracle

New Latest Param.sql for finding all hidden parameters also

Posted on 18-Jan-2006 By Admin No Comments on New Latest Param.sql for finding all hidden parameters also

set pages 3000

set lines 151

accept param_name prompt ‘Enter Parameter Name : ‘

select a.ksppinm “Parameter”, 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 ( upper(ksppinm) like ‘%&param_name%’ or lower(ksppinm) like ‘%&param_name%’ )

order by a.ksppinm;

Oracle, SQL scripts

Post navigation

Previous Post: In Addition to previous note, following grants needed on PERFSTAT user.
Next Post: Good link for LIO in Oracle ( Logical IOs)

Related Posts

  • reset Sequence Oracle
  • First Entry in RAC Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • Difference between SYNC and AFFIRM Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Find Plan Hash value fphv.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • SQL_PLAN.sql for checking real execution plan Oracle
  • RAC 11g with vmware Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Order by with ROWNUM Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • Goldengate document from Porus Oracle
  • catting.sh Linux/Unix
  • pvm_pre_change.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme