Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Finding last recovered file on DR and remove all chanracters before any “/” Linux/Unix
  • Order by with ROWNUM Oracle
  • Oracle Internal Good Websites 1 Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • executing Function from SQLPLUS prompt Oracle
  • RAC with RHEL4 and 11g Oracle
  • pvm_pre_change.sql Oracle
  • Creating a Container Database using dbaascli Uncategorized
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • Mutating Table Error while using database trigger Oracle
  • Identical Dblink Issue… Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • replace alphabets using sed Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Oracle Connections expire_time and firewall 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

  • Jai Shree Ram Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • oracle 11g RAC on vmware Oracle
  • sess1.sql Oracle
  • compile_inv.sql Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated 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 (399)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (347)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • 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
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • temp_use.sql diplays usage of temp ts Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • Changing the Global Database Name Oracle
  • move_arch_files.ksh Linux/Unix
  • How to know current SID Oracle
  • Vivek Tuning for Row Locks. Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • Monitor Long Running Job Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme