Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Processes Parameter decision Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • proc.sql Oracle
  • perf_today.sql Oracle
  • adding new line after specific pattern using sed Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Virtual Indexes in Oracle Oracle
  • Handling LOB data in Oracle Oracle
  • catall.sh Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Oracle Internal Good Websites 1 Oracle
  • More info about /proc folder and its relation with processes. Linux/Unix
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Roles and Stored Object behaviour Oracle
  • grep multuple patterns Linux/Unix

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

  • Oracle 11g Environment Setup Oracle
  • SQL_PROFILE – I explaination Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • Sample WW22 listener.ora Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Nice notes on wait events Oracle
  • DB Console Mainenance. Oracle
  • plan10g.sql good1 Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • JSON/XML Types in Oracle Oracle
  • plan10g.sql good Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • Explain Plan Output 2 Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme