Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Query to Generate aggregate on every 30 mins. Oracle
  • Sequence Resetting Oracle
  • Nice notes on wait events Oracle
  • Formatter Explain plan Output 1 Oracle
  • adding new line after specific pattern using sed Linux/Unix
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • CPU speed on solaris Linux/Unix
  • create database syntax Oracle
  • V$transaction notes for finding XID composition. Oracle
  • catall.sh Linux/Unix
  • SQL Server: How to see current transactions or requests SQL Server
  • Locktree.sql Oracle
  • Virtual Indexes in Oracle Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle

How to check current redo log progress redo_progress.sql

Posted on 30-Jan-2006 By Admin No Comments on How to check current redo log progress redo_progress.sql

select

le.leseq “Current log sequence No”,

100*cp.cpodr_bno/le.lesiz “Percent Full”,

cp.cpodr_bno “Current Block No”,

le.lesiz “Size of Log in Blocks”

from

x$kcccp cp,

x$kccle le

where

LE.leseq =CP.cpodr_seq

and bitand(le.leflg,24)=8;

Oracle, SQL scripts

Post navigation

Previous Post: sid_wise_sql.sql
Next Post: Identical Dblink Issue…

Related Posts

  • Import and export statements Oracle
  • EXTPROC Oracle
  • login.sql Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • This is im telling Kishore 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 (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Identical Dblink Issue… Oracle
  • Finding locked objects Oracle
  • To Find Orphan OS processes. Linux/Unix
  • Very clear article about oracle dataguard Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • Oracle 10g for solaris 10 Oracle
  • EXTPROC Oracle
  • age_alert.ksh aging out alert.log Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme