Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Export With Query Another Example. Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Physical Standby switchover with session active Oracle
  • Absolute file number and relative file number Oracle
  • Kernel Parameters for Solaris Linux/Unix
  • FRA Information. Oracle
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • create user with unlimited quota Oracle
  • How to know Number of CPUs on Sun Box Linux/Unix
  • cache buffer chain latch Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • Jai Shree Ram Linux/Unix
  • process id based files and processes Linux/Unix
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • find_open_cur.sql Find open cursorts per session 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

  • PLSQL Table Syntax 1 Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • Oracle Connections expire_time and firewall Oracle
  • Handling LOB data in Oracle 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
  • Mutating Table Error while using database trigger Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • load SPM baseline from cursor cache Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • cache buffer chain latch Oracle
  • sid_wise_sql.sql Further explaination Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme