Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • MYSQL for Oracle DBA MYSQL
  • online_ts_bkup.sql Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • This is from Temi Oracle
  • Temporary tablespace explaination Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • reset Sequence Oracle
  • arch_configUOCIOTTO.ora Oracle
  • For Search and replace unix command. Linux/Unix
  • CTAS with LONG Column for 9i and higher Oracle

sess1.sql

Posted on 27-Sep-2006 By Admin No Comments on sess1.sql

column osuser format a10

column username format a30

column machine format a30

column program format a40

column sid format 99999999

column serial# format 99999999

column TOT format 999999 heading “Total Sessions”

break on report

compute sum of TOT on report

set lines 141

set pages 500

select machine, osuser, username, count(1) “TOT” from v$session

group by machine, osuser, username

order by username;

!ps -ef | grep -v grep | grep WEBP18F |wc -l

Oracle, SQL scripts

Post navigation

Previous Post: currwait.sql
Next Post: shr1.sql for MTS or Shared server configuration

Related Posts

  • Default User Profile Oracle
  • Flowers Resize datafiles Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • Rman Notes -1 Oracle
  • Good Site for Oracle Internals Oracle
  • Sample WW22 listener.ora 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • 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

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Python class import from different folders Python/PySpark
  • adding new line after specific pattern using sed Linux/Unix
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • cache buffer chain latch Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • SQLPLUS COPY command Precautions. Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme