Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • create database syntax Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • standard Monitoring – 1 Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • eplan.sql Oracle
  • Implementing Listener Security Oracle
  • get_vmstat_linux Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • Export With Query Another Example. Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Read CSV file using PySpark Python/PySpark
  • UTL_FILE test program Oracle
  • process id based files and processes Linux/Unix

Find All internal Parameters

Posted on 23-Dec-2005 By Admin No Comments on Find All internal Parameters

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 substr(ksppinm,1,1)=’_’

order by a.ksppinm;

Oracle, SQL scripts

Post navigation

Previous Post: Find Time Consuming SQL Statements in Oracle 10g
Next Post: Good Site for Oracle Internals

Related Posts

  • Changing the Global Database Name Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • sess1.sql Oracle
  • My Minimum Tuning Programs Oracle
  • PLSQL Table Syntax 1 Oracle
  • tab.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)
  • 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
  • get_vmstat.ksh for Solaris Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • Logic to chech # of parameters command line parameters Linux/Unix
  • arch_configUOCIOTTO.ora Oracle
  • setting prompt display with .profile Linux/Unix
  • How can I tell if ASO is installed ? Oracle
  • note id 373303.1 Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme