Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to calculate PROCESSES parameter Oracle
  • Configure ssh authentications for RAC Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • cif crons Linux/Unix
  • cur_sql.sql Oracle
  • Renaming the column name Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • cp_filesystem.sql Oracle
  • Proc Compilation Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • Export Import with QUERY Oracle
  • Privilege to describe the table. Oracle
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix

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

  • Insert cause enqueue locks Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • EXTPROC Oracle
  • oracle fast start failover best practice Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • Free conference number from http://www.freeconference.com 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
  • Alter procedure auditing Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Zip and unzip with tar Linux/Unix
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • Remove duplicate rows from table Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme