Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Changing Instance Name ( No DB_NAME) Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Facts about SCN and Rollback Segment Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • switchlogfile.sh Linux/Unix
  • Find sort details from Db find_sort.sql Oracle
  • Day to day MYSQL DBA operations (Compared with Oracle DBA) MYSQL
  • Very Good Oralce Internal Tuning Book Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • tracksqltime.sql Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Generating XML from SQLPLUS Oracle
  • DBA_HIST_SQLSTAT contents Oracle

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
Next Post: Creating a Container Database using dbaascli

Related Posts

  • refre.sql for multitenant Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Insert cause enqueue locks Oracle
  • Composite Index creation tip from Vivek Oracle
  • Order by with ROWNUM 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Logic to chech # of parameters command line parameters Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • The most important Tuning Notes Oracle
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • When to rebuld B-tree index Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme