High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

V$RECOVERY_PROGRESS NO DATA for "Active Apply Rate"

We have create a new standby database in 11gr2 but when I run the below query I am not getting information related to "Active Apply Rate" and "Redo Applied". Through the related documents I can see the under lying table x$ksulop is not having this information. Is there a way we can rectify and start populating the data?

SQL>  select to_char(start_time, 'DD-MON-RR HH24:MI:SS') start_time, item , sofar from v$recovery_progress

   where item in ('Active Apply Rate', 'Average Apply Rate', 'Redo Applied','Last Applied Redo');

  2

START_TIME                  ITEM                                  SOFAR

--------------------------- -------------------------------- ----------

31-AUG-16 03:39:52          Average Apply Rate                      322

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center