Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • plan10g.sql Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • shutdown linux Linux/Unix
  • Complete Git Tutorial for Beginners GIT
  • Query to Generate aggregate on every 30 mins. Oracle
  • S3 Basic info AWS
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • sql_doing_fts.sql Oracle
  • How to set Processes Parameter Oracle
  • Good Link from metalink 1 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

  • Free conference number from http://www.freeconference.com Oracle
  • FRA Information. Oracle
  • login.sql Oracle
  • EXTPROC Oracle
  • online_ts_bkup.sql Oracle
  • Kill a session dynanically using execute immediate 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Default User Profile Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • grep multuple patterns Linux/Unix
  • Find total file sizes Linux/Unix
  • Sort with ASCII order and Numeric Order Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • Oracle Connections expire_time and firewall Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme