Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Day to day MYSQL DBA operations (Compared with Oracle DBA) MYSQL
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • Implementing Listener Security Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • Drop database in Oracle 10g Oracle
  • Giving Grant on v$DATABASE Oracle
  • oracle fast start failover best practice Oracle
  • useful dg links Oracle
  • replace alphabets using sed Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • copying/removing directory with all its subdirectory Linux/Unix
  • avail.sh ( find filesystem spae usage) 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

  • Committing distributed transaction using commit force Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • Nice notes on wait events Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository 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
  • VIvek Encryption Package and Its Usage Oracle
  • ORACLE_SID in sqlplus Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • find_pk.sql /* Find Primary Key */ Oracle
  • Oracle Identifiers Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • export import with parameter file. Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme