Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Alter procedure auditing Oracle
  • setting prompt display with .profile Linux/Unix
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Very Good Oralce Internal Tuning Book Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • Another Tuning Article for subheap of shared pool Oracle
  • perf_today.sql Oracle
  • copying/removing directory with all its subdirectory Linux/Unix
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • Sequence Resetting Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • compile_inv.sql Oracle
  • Create type and Grant on it. Oracle
  • Histogram information Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle

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

  • Oracle Support Metalink ID 161818.1 Oracle
  • Implementing Listener Security Oracle
  • metalink all dynamic view reference notes. Oracle
  • Updated LCK.SQL file. Oracle
  • How to analyze statspack or AWR report. Oracle
  • Find nth max and min. Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • sess1.sql Oracle
  • Implementing Listener Security Oracle
  • Oracle Release Explaination Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Alter procedure auditing Oracle
  • GSQ.sql Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • telnet listening Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme