Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • For Search and replace unix command. Linux/Unix
  • Histogram information Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • How to change hostname in Linux Linux/Unix
  • Rownum with Order by Oracle
  • Very clear article about oracle dataguard Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • sql_doing_fts.sql Oracle
  • How to see which patches are applied. 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 Standby Database Library Index from Metalink Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Rman Notes -1 Oracle
  • Nice notes on wait events Oracle
  • oracle Dba site Oracle
  • Giving Grant on v$DATABASE 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 sort list of files on basis of their sizes. Linux/Unix
  • get_vmstat.ksh Linux/Unix
  • find_err.sql for finding errors from dba_errors. Oracle
  • SQLPLUS COPY command Precautions. Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • Insert cause enqueue locks Oracle
  • Handling LOB data in Oracle Oracle
  • TNSNAMES entries details Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme