Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • get_vmstat_linux Oracle
  • Finding Oracle Patches with opatch Oracle
  • Find Command Linux/Unix
  • sess_server.sql Oracle
  • PLSQL Table Syntax 1 Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • age_alert.ksh aging out alert.log Linux/Unix
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Absolute file number and relative file number Oracle
  • create trigger syntax Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • All About Trace Fils Oracle

Monitor Long Running Job

Posted on 20-Dec-2009 By Admin No Comments on Monitor Long Running Job

SELECT SID, SERIAL#, CONTEXT, SOFAR, TOTALWORK, ROUND(SOFAR/TOTALWORK*100,2) “% COMPLETE”

FROM V$SESSION_LONGOPS

WHERE OPNAME LIKE ‘RMAN%’

AND OPNAME NOT LIKE ‘%aggregate%’

AND TOTALWORK != 0

AND SOFAR <> TOTALWORK

/

Oracle, SQL scripts

Post navigation

Previous Post: checking redhat linux version
Next Post: Physical Standby switchover with session active

Related Posts

  • ENQ: KO – FAST OBJECT CHECKPOINT tips Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • Find all users who have DML privileges Oracle
  • sesswait.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • Running select from V$ views from remote server Linux/Unix
  • Directory wise folder wise space usage Linux/Unix
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • online_bkup.sql Oracle
  • Sort with ASCII order and Numeric Order Linux/Unix
  • Korn Shell Arithmatic Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme