v$dataguard_stats lost it's marbles...
edited Jan 15, 2013 10:31AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 3 commentsAnswered
Hi,
Rebuild a standby the other day (11.1.0.6.0) , and now the v$dataguard_Stats is behaving odd....
here:
SQL> select name,value from v$dataguard_stats;
select name,value from v$dataguard_stats
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-01877: string is too long for internal buffer
SQL>
So I restart the standby database,
And now it says 1923 hours failover time??
Anyone seen this before?
Paul
PS: Standby seems to be applying correctly and all that jazz...
0