Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Find long Running Transaction Linux/Unix
  • V$ROLLSTAT status is Full Oracle
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • eplan9i.sql Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • USER_TABLES.Freelists Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • logminer and my_lbu Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle 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

  • USER_TABLES.Freelists Oracle
  • alter database backup controlfile to trace Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • How to start CRS manually Oracle
  • Jai Shree Ram Oracle
  • Set Role explaination. 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Updated LCK.SQL file. Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • Pending Transaction Neighbors Script Oracle
  • eplan9i.sql Oracle
  • oracle fast start failover best practice Oracle
  • Changing the Global Database Name Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • Linux CPU info. Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme