Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • shutdown linux Linux/Unix
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • perf_today.sql Oracle
  • useful dg links Oracle
  • Create type and Grant on it. Oracle
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • good note for shared pool tunnig Oracle
  • Find nth max and min. Oracle
  • Good RAC & Standby Notes Oracle
  • ORA-01220 Oracle
  • Mutating Table Error while using database trigger Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • V$transaction notes for finding XID composition. Oracle
  • When error comes for temporary tablespace with version <= 9i 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

  • ORA-3136 Oracle
  • dbms_job.submit example Oracle
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • export import with parameter file. Oracle
  • login.sql Oracle
  • Good links for x$ tables 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
  • switchover for primary database Oracle
  • chk_space_SID.ksh Linux/Unix
  • refre.sql Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • ORA-3136 Oracle
  • proper cpu stats Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme