Home » Server Options » Data Guard » No of archivelog generation between the period in RAC envirnoment (10g, 10.2.0.5, hp unix)
No of archivelog generation between the period in RAC envirnoment [message #652903] Wed, 22 June 2016 02:18 Go to previous message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear All,

While generating report for number of archivelog generated between the period is getting confused.

Below is the query I was using to generate report-

select count(*) from gv$archived_log
where dest_id=1
and applied='NO'
and completion_time between to_date('20/06/2016 09:00:00', 'dd/mm/yyyy hh21:mi:ss') and to_date('20/06/2016 18:00:00', 'dd/mm/yyyy hh21:mi:ss')
order by next_time desc;

Kindly help me out, to get correct report on RAC envirnoment. Here, thread is also making me confused.

Regards,
Ashish
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Replace string
Next Topic: Standby database creation (Primary db RACOnenode) standby db in single instance db having asm disk
Goto Forum:
  


Current Time: Wed Apr 24 01:08:30 CDT 2024