RE: Data Guard Issue
Date: Wed, 28 Aug 2024 12:14:12 -0700
Message-ID: <0f9f01daf97e$789b4c50$69d1e4f0$_at_comcast.net>
ON STANDBY Rman
Connect / as sysdba
list incarnation;
select FILE#,ERROR,RESETLOGS_CHANGE#,RESETLOGS_TIME from v$datafile_header;
select distinct RESETLOGS_CHANGE# from v$archived_log;
From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Scott Canaan ("srcdco") Sent: Wednesday, August 28, 2024 12:01 PM To: Andrew Kerber <andrew.kerber_at_gmail.com> Cc: Oracle-L Freelists <oracle-l_at_freelists.org> Subject: RE: Data Guard Issue
STATUS INSTANCE_NAME DATABASE_ROLE OPEN_MODE
- ---------------- ---------------- --------------------
MOUNTED CLAWPRDA PHYSICAL STANDBY MOUNTED SQL> SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM V$MANAGED_STANDBY; PROCESS STATUS THREAD# SEQUENCE# BLOCK# BLOCKS
- ------------ ---------- ---------- ---------- ----------
ARCH CLOSING 1 140772 411648 298 DGRD ALLOCATED 0 0 0 0 DGRD ALLOCATED 0 0 0 0 ARCH CLOSING 1 140773 411648 1219 ARCH CONNECTED 0 0 0 0 ARCH CONNECTED 0 0 0 0
RFS IDLE 1 0 0 0 RFS RECEIVING 1 140774 258804 2 MRP0 WAIT_FOR_LOG 1 1 0 0
9 rows selected.
SQL> select sequence#, archived, applied from v$archived_log order by sequence#;
SEQUENCE# ARC APPLIED
- --- ---------
140768 YES NO 140769 YES NO 140770 YES NO 140771 YES NO 140772 YES NO 140773 YES NO 6 rows selected.
SQL> recover standby database;
ORA-01153: an incompatible media recovery is active
Scott Canaan ‘88
Sr Database Administrator
Information & Technology Services
Finance & Administration
Rochester Institute of Technology
o: (585) 475-7886 | f: (585) 475-7520
srcdco_at_rit.edu <mailto:srcdco_at_rit.edu> | c: (585) 339-8659
CONFIDENTIALITY NOTE: The information transmitted, including attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this information.
-- Andrew W. Kerber 'If at first you dont succeed, dont take up skydiving.' -- http://www.freelists.org/webpage/oracle-lReceived on Wed Aug 28 2024 - 21:14:12 CEST