Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Implementation of key based authentications Linux/Unix
  • Implementing Listener Security Oracle
  • exp syntax in oracle 10g Oracle
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • Kill a session dynanically using execute immediate Oracle
  • reset Sequence Oracle
  • Very clear article about oracle dataguard Oracle
  • The most important Tuning Notes Oracle
  • pvm_pre_change.sql Oracle
  • UTL_FILE test program Oracle
  • chk_space_SID.ksh Linux/Unix
  • To see mem usage and CPU usage system wide. Linux/Unix
  • Find All internal Parameters Oracle
  • 284785.1 How to check RAC Option is currently linked into the Oracle Binary Oracle

find_open_cur.sql Find open cursorts per session

Posted on 10-Mar-2006 By Admin No Comments on find_open_cur.sql Find open cursorts per session

set lines 132

set pages 300

column numopencursors format d8

column machine format a30

column osuser format a20

column username format a20

SELECT s.sid, v.value as numopencursors ,s.machine ,s.osuser,s.username

FROM V$SESSTAT v, V$SESSION s

WHERE v.statistic# = 3 and v.sid = s.sid ;

Oracle, SQL scripts

Post navigation

Previous Post: TRUNCATE Privs
Next Post: sid_wise_cursor.sql find open cursor basis on username or SID

Related Posts

  • eplan9i.sql Oracle
  • sid_wise_sql.sql Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • sesswait.sql 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Temporary Tablespace Information and restriction. Oracle
  • dbinv.sql Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • Renaming Oracle Instance Name Oracle
  • Jai Shree Ram Oracle
  • S3 Basic info AWS
  • Import and export statements Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme