Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • get_vmstat.ksh for Solaris Oracle
  • Oracle Identifiers Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • checking connectivity between two servers Linux/Unix
  • login.sql Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • find_string_in_database.sql Oracle
  • Complete Git Tutorial for Beginners GIT
  • check_copy_progress.sh Linux/Unix
  • My Minimum Tuning Programs Oracle
  • Find Plan Hash value fphv.sql Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • create a folder in multiple places Linux/Unix

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

  • shr1.sql for MTS or Shared server configuration Oracle
  • standard Monitoring – 1 Oracle
  • Oracle Connections expire_time and firewall Oracle
  • Oracle Standby Database Library Index from Metalink Oracle
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • Restoring a user’s original password 1051962.101 Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • RAC 11g with vmware Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • setting prompt display with .profile Linux/Unix
  • How to find where datafile is created dbf_info.sql Oracle
  • send email from unix mailx with attachment. Linux/Unix
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • Oracle 11g Environment Setup Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme