Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Giving Grant on v$DATABASE Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • Oracle Support Metalink ID 161818.1 Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • More info about /proc folder and its relation with processes. Linux/Unix
  • Wait time tuning research Oracle
  • Oracle Connections expire_time and firewall Oracle
  • First Entry in RAC Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • Oracle Standby Database Library Index from Metalink Oracle
  • How to remove blank lines using vi editor command Linux/Unix
  • Good Site for Oracle Internals Oracle
  • Finding Oracle Patches with opatch 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

  • RAC 11g with vmware Oracle
  • Good Doc 28-JUN-2006 Oracle
  • Caching sequence in Memory Oracle
  • Insert cause enqueue locks Oracle
  • How to see which patches are applied. Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Database logon trigger issue Oracle
  • Export With Query Another Example. Oracle
  • Good Doc 28-JUN-2006 Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Drop tempfiles from database Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme