Data Guard : LPX-00106 Warning: attribute "obsv_recn" of element "FAST_START_FAILOVER" is undefined
Date: Tue, 12 Nov 2013 10:49:17 +0100
Message-ID: <20131112094917.GA15567_at_app01.bos>
Hi all,
Creating a Dataguard configuration.
As far as I can see the data guard itself is playing nice: archive logs generated on the primary side are shipped and applied to the standby database.
I'm almost ready. Last thing to enable is the FSFO (Fast Start Fail Over).
DGMGRL> show configuration verbose;
Configuration - aosb2_dg_config
Protection Mode: MaxAvailability
Databases:
aosb2_wurlali - Primary database
Warning: ORA-16819: fast-start failover observer not started
aosb2_watt - (*) Physical standby database Warning: ORA-16819: fast-start failover observer not started
(*) Fast-Start Failover target
Fast-Start Failover: ENABLED
Threshold: 600 seconds Target: aosb2_watt Observer: (none) Lag Limit: 30 seconds (not in use)Shutdown Primary: TRUE
Auto-reinstate: TRUE
Configuration Status:
WARNING
DGMGRL>
Now I'm trying to start an observer for a dataguard configuration.
The observer is on a third system (not on primary or secondary server)
While doing so I get the following error :
DGMGRL> start observer;
Corrupted document
<FAST_START_FAILOVER enabled="yes" MIV="1" OBID="944550964" threshold="600" obsv_recn="0" auto-reinstate="yes"><PRIMARY name="aosb2_wurlali">aosb2_wurlali</PRIMARY><STANDBY name="aosb2_watt">aosb2_watt</STANDBY></FAST_START_FAILOVER>
Error: LPX-00106: Warning: attribute "obsv_recn" of element "FAST_START_FAILOVER" is undefined Error: ORA-16591: unknown field "obsv_recn" in document Error: ORA-16593: XML conversion failed
Failed.
DGMGRL>
OS : linux (RHEL 5) : 64 Bit
Oracle : 11.2.0.4
Dataguard : Primary + 1 Physical Standby
Thusfar, google and support.oracle.com didn't supply usefull information.
Can someone on the list shed some light please.
Best Regards,
Martijn Bos
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Nov 12 2013 - 10:49:17 CET