Reputation: 2558
Logs are transferred from primary db instanes to stand-by db and applied continuously.
Please advise how to get the report in the following format in browser at some frequency(say 5sec/10sec) for monitoring purposes at stand-by db(prefer to any built-in function or class in oracle dataguard):
-----------------------------------------------------------------------------------
log_name instance created_time tx_start tx_end tx_duration tx_success apply_start apply_end apply_duration apply_success
-----------------------------------------------------------------------------------
...
...
...
-----------------------------------------------------------------------------------
Upvotes: 0
Views: 480