Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • DBMS_SQL for alter session. Oracle
  • Clean up Oracle
  • Deleting first line and lastline of a file using sed Linux/Unix
  • useful dg links Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • How to know current SID Oracle
  • Identical Dblink Issue… Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • check_copy_progress.sh Linux/Unix
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • V$ROLLSTAT status is Full Oracle
  • Jai Shree Ram Oracle
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Export With Query Another Example. Oracle

sess_server.sql

Posted on 20-Jun-2006 By Admin No Comments on sess_server.sql

column osuser format a10

column username format a30

column machine format a30

column program format a50

set lines 132

set pages 500

select osuser, username, machine, program from v$session;

select machine, username, count(1) from v$session

group by machine, username;

Oracle, SQL scripts

Post navigation

Previous Post: My Minimum Tuning Programs
Next Post: Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh

Related Posts

  • V$transaction notes for finding XID composition. Oracle
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • Difference between SYNC and AFFIRM Oracle
  • v$event_name Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • longtx.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
  • Find all users who have DML privileges Oracle
  • grep multuple patterns Linux/Unix
  • Oracle Statspack survival Guide Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • cache buffer chain latch Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • db_status.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme