Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • How to analyze statspack or AWR report. Oracle
  • myfile Oracle
  • arch_configUOCIOTTO.ora Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • DBMS_SQL for alter session. Oracle
  • Oracle 11g Training on 29JAN1010 Oracle
  • Add new columns in dataframe Python/PySpark
  • RAC with RHEL4 and 11g Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Implementing Listener Security Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Read CSV file using PySpark Python/PySpark

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

  • Find sort details from Db find_sort.sql Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • First Entry in RAC Oracle
  • Transfer SQL Profiles from One database to other database. 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
  • Pending Transaction Neighbors Script Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • Insert cause enqueue locks Oracle
  • sqlnet.ora paramters Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme