Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Session_info.ksh Linux/Unix
  • column level grant syntax Oracle
  • eplan.sql Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • .profile Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • import-export with multiple files Oracle
  • Wait time tuning research Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • sql_plan9i.sql Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • DBMS_JOB all example Oracle
  • replace alphabets using sed 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

  • Roles and Stored Object behaviour Oracle
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • RAC with RHEL4 and 11g Oracle
  • To see how much time or progress of long transaction Oracle
  • Pending Transaction Neighbors Script Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • All Hints for Oracle Databases Oracle
  • TNSNAMES entries details Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • Finding last recovered file on DR and remove all chanracters before any “/” Linux/Unix
  • CPU Core related projections AWS
  • Optimizer SORT Operations Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme