Archive logs applied on remote physical standby not updated on primary

From: sundar mahadevan <sundarmahadevan82_at_gmail.com>
Date: Fri, 23 Mar 2012 10:47:15 -0400
Message-ID: <CADmQEr7UxAMtjpcqYz2++6NvnkWOJxs42p3KL8=Jy9=XNe_8Ow_at_mail.gmail.com>



Hi All,
Good day. I have a physical standby setup and the archived location on the standby got filled up. After cleaning up the disk, I manually copied the archived log files from primary to standby, registered the files and started "RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION". Standby is in sync with primary now. But primary still is not updated with the information that these archive logs got applied on standby. Is there any way to reset this information? thanks.
I am on 10gR204 on 64 bit SLES 11(both primary and standby).

On primary:

SELECT local.thread#, local.sequence#, local.applied from (select thread#, sequence#, applied from v$archived_log where dest_id=1) local where local.sequence# not in (select sequence# from v$archived_log where dest_id=2 and thread# = local.thread#);

             THREAD# SEQUENCE# APP

-------------------- -------------------- ---
                   1                 5102 *NO*
                   1                 5103 *NO*

.
.
                   1                 5217 *NO*
                   1                 5218 *NO*

On Standby:

select sequence#, first_time, next_time, archived, applied from v$archived_log order by sequence# desc;

SEQUENCE# FIRST_TIME                 NEXT_TIME                  ARC APP
-------------------- -------------------------- --------------------------
--- ---
                5218 2012-MAR-21 19:51:23       2012-MAR-21 21:01:01
YES *YES*
                5217 2012-MAR-21 19:51:21       2012-MAR-21 19:51:23
YES *YES*
.
.
                5102 2012-MAR-21 19:33:35       2012-MAR-21 19:33:41
YES *YES*
                5101 2012-MAR-21 19:33:27       2012-MAR-21 19:33:35
YES *YES*
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 23 2012 - 09:47:15 CDT

Original text of this message