Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • export import with parameter file. Oracle
  • find_cons.sql Oracle
  • Find Command Linux/Unix
  • Transfer SQL Profiles from One database to other database. Oracle
  • Deleting first line and lastline of a file using sed Linux/Unix
  • How to calculate PROCESSES parameter Oracle
  • Very clear article about oracle dataguard 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

  • online_bkup.sql Oracle
  • Renaming the column name Oracle
  • Check Oracle installed products using one command Oracle
  • Set Role explaination. Oracle
  • Absolute file number and relative file number Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • database trigger failing Oracle
  • perf_today.sql Oracle
  • Absolute file number and relative file number Oracle
  • SAN Linux/Unix
  • Query to Generate aggregate on every 30 mins. Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme