Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • copying/removing directory with all its subdirectory Linux/Unix
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • get_vmstat_linux Oracle
  • chk_space_SID.ksh Linux/Unix
  • sesswait.sql Oracle
  • SQLPLUS COPY command Precautions. Oracle
  • DBA_HIST_SQLSTAT contents Oracle
  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • .profile Linux/Unix
  • Alter procedure auditing Oracle
  • Physical Standby switchover with session active Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database 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

  • Oracle Connections expire_time and firewall Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • First Entry in RAC Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • USER_TABLES.Freelists Oracle
  • Implementing Listener Security 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
  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • good note for shared pool tunnig Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • send email from unix mailx with attachment. Linux/Unix
  • process id based files and processes Linux/Unix
  • Export Oracle data and Compress at same time Oracle
  • Good notes on Oracle Events Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme