Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • Virtual Indexes in Oracle Oracle
  • plan10g.sql good Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Running select from V$ views from remote server Linux/Unix
  • pvm_pre_change.sql Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix
  • v$event_name Oracle
  • sesswait.sql Oracle
  • checking connectivity between two servers Linux/Unix

Find Stale DR Physical Standby

Posted on 19-Jan-2009 By Admin No Comments on Find Stale DR Physical Standby

col name format a50

col UNRECOVERABLE_CHANGE# format 999999999999999999999

col dt1 format a30

set lines 120 pages 200

SELECT NAME, UNRECOVERABLE_CHANGE#, TO_CHAR (UNRECOVERABLE_TIME,’DD-MON-YYYY HH:MI:SS’) dt1

FROM V$DATAFILE

WHERE UNRECOVERABLE_CHANGE# != 0;

Oracle, rman-dataguard

Post navigation

Previous Post: Oracle 11g RAC on OEL 5 and Vmware 2
Next Post: Find_stale_dr.sql finding stale physical DR..

Related Posts

  • How to find where datafile is created dbf_info.sql Oracle
  • Default User Profile Oracle
  • configUOCIOTTO.ora Oracle
  • Remove duplicate rows from table Oracle
  • Histogram Overview Oracle
  • Roles and Stored Object behaviour 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
  • Removing first line Linux/Unix
  • Good RAC & Standby Notes Oracle
  • currwait.sql Oracle
  • catall.sh Linux/Unix
  • proc.sql Oracle
  • Insert cause enqueue locks Oracle
  • Rownum with Order by Oracle
  • sesswait.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme