Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • cold backup scripts to copy locally Linux/Unix
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Rownum with Order by Oracle
  • TRUNCATE Privs Oracle
  • to see when crontab is changed. Linux/Unix
  • Find Plan Hash value fphv.sql Oracle
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • temp_use.sql diplays usage of temp ts Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • grep multuple patterns Linux/Unix
  • on IBM-AIX for display Linux/Unix

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

  • Wait time tuning research Oracle
  • cur_sql.sql Oracle
  • metalink all dynamic view reference notes. Oracle
  • Good links for x$ tables in oracle. Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • Caching sequence in Memory 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
  • Important Script Method for tuning Oracle
  • How to start CRS manually Oracle
  • Directory wise folder wise space usage Linux/Unix
  • Physical Standby switchover with session active Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • T-SQL Vs PL/SQL Syntax SQL Server
  • initUOCIOTTO.ora Oracle
  • CPU speed on Linux Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme