Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • All Hints for Oracle Databases Oracle
  • Index Range Scan Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • This is from Temi Oracle
  • V$ROLLSTAT status is Full Oracle
  • oracle fast start failover best practice Oracle
  • switchlogfile.sh Linux/Unix
  • Jai Shree Ram Linux/Unix
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • Wait time tuning research Oracle
  • checking connectivity between two servers 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

  • Vivek Tuning for Row Locks. Oracle
  • block_ident.sql Oracle
  • Monitor Long Running Job Oracle
  • Import and export statements Oracle
  • findobj.sql Oracle
  • refre.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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Good Site for Oracle Internals Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • Rename Oracle Instance Name Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • find_open_cur.sql Find open cursorts per session Oracle
  • tab.sql Oracle
  • How can I tell if ASO is installed ? Oracle
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme