Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Important Script Method for tuning Oracle
  • V$ROLLSTAT status is Full Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Shuffle an array PHP/MYSQL/Wordpress
  • Find Stale DR Physical Standby Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • Single character replacement in Unix Linux/Unix
  • To Find Orphan OS processes. Linux/Unix
  • sesswait.sql Oracle
  • db_status.sql Oracle
  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • Handling LOB data in Oracle Oracle
  • How to analyze statspack or AWR report. Oracle
  • Good notes for shared pool Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) 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

  • configUOCIOTTO.ora Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • reset Sequence Oracle
  • Sequence Resetting Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • sql_doing_fts.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 (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Guide to Linux System Command Mastery Linux/Unix
  • database trigger failing Oracle
  • Add new columns in dataframe Python/PySpark
  • Wait.sql Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Specify the Rollback segment to use in Transaction Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme