Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • TNSNAMES entries details Oracle
  • Running select from V$ views from remote server Linux/Unix
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • column level grant syntax Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • Find total file sizes Linux/Unix
  • v$event_name Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • lck.sql Oracle
  • Kill a session dynanically using execute immediate Oracle
  • Restoring a user’s original password 1051962.101 Oracle
  • How to change hostname in Linux Linux/Unix
  • RAC with RHEL4 and 11g Oracle
  • create database syntax Oracle

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

  • Good links for x$ tables in oracle. Oracle
  • V$ROLLSTAT status is Full Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Import and export statements 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Backup and Recovery Scenarios Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Jai Shree Ram Oracle
  • Session_info.ksh Linux/Unix
  • standard Monitoring – 1 Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • sess1.sql Oracle
  • PLSQL Table Syntax 1 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme