Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Query to Generate aggregate on every 30 mins. Oracle
  • export import with parameter file. Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Unix split command to split files Linux/Unix
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • Pending Transaction Neighbors Script Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • Roles and Stored Procs II Oracle
  • Good Doc 28-JUN-2006 Oracle
  • Important Script Method for tuning Oracle
  • DB Console Mainenance. Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • Sort with ASCII order and Numeric Order 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

  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • get_vmstat.ksh for Solaris Oracle
  • Rman Notes -1 Oracle
  • get_vmstat_solaris 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • exp syntax in oracle 10g Oracle
  • get_vmstat.ksh for Solaris Oracle
  • configUOCIOTTO.ora Oracle
  • grep multuple patterns Linux/Unix
  • Jai Shree Ram Oracle
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • metalink all dynamic view reference notes. Oracle
  • checking redhat linux version Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme