Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Composite Index creation tip from Vivek Oracle
  • Rman Notes -1 Oracle
  • Import and export statements Oracle
  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • temp_use.sql diplays usage of temp ts Oracle
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • standard Monitoring – 1 Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • Unix split command to split files Linux/Unix
  • PLSQL Table Syntax 1 Oracle
  • SYSOPER Mystery Oracle
  • Histogram information 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

  • PLSQL Table Syntax 1 Oracle
  • lck.sql Oracle
  • Oracle 11g Environment Setup Oracle
  • Histogram information Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Proc Compilation 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • v$event_name Oracle
  • lck.sql Oracle
  • Oracle 10g Wait Model Oracle
  • cif crons Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • Space padding in korn shell Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme