Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Oracle Standby Database Library Index from Metalink Oracle
  • How to know current SID Oracle
  • USE_NL and INDEX hints example Oracle
  • Find Command Linux/Unix
  • avail.sh ( find filesystem spae usage) Linux/Unix
  • Goog notes on X$ tables Oracle
  • MYSQL for Oracle DBA MYSQL
  • sid_wise_sql.sql Oracle
  • Python class import from different folders Python/PySpark
  • Finding Oracle Patches with opatch Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • sqlnet.ora paramters Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • move_arch_files.ksh Linux/Unix

track_autoupgrade_copy_progress.sql

Posted on 01-Apr-202601-Apr-2026 By Admin No Comments on track_autoupgrade_copy_progress.sql

This script will be useful for tracking progress of GBS copied to Target system. Need to execute it on Target system.

set lines 120 pages 200

prompt 'process started at 9:14AM on 3/18'
col sofar_gb format 9999999
col avg_gb_copy_per_min format 999999

SELECT name, value/(1024*1024*1024) sofar_GB,
       value/(1024*1024*1024) / ((sysdate - to_date('18-MAR-2026:09:14','DD-MON-RRRR:HH24:MI'))*(24*60)) avg_gb_copy_per_min
FROM v$sysstat
WHERE name IN ('physical write total bytes', 'physical write bytes');

Oracle, SQL scripts

Post navigation

Previous Post: refre.sql for multitenant

Related Posts

  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • cp_filesystem.sql Oracle
  • pvm_pre_change.sql Oracle
  • Oracle Data Direct to TAPE Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Find Time Consuming SQL Statements in Oracle 10g 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 (397)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (345)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • lck.sql Oracle
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • Good Link from metalink 1 Oracle
  • Oracle Release Explaination Oracle
  • Facts about SCN and Rollback Segment Oracle
  • Processes Parameter decision Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme