Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

10/17/2019 Oracle Dataguard Monitoring Scripts -1 | IT Tutorials

ORACLE  SQL SERVER  APPLICATION  OS & LINUX  ENGINEERING  PROGRAMMING 

NETWORK ABOUT US ASK QUESTIONS

Dataguard   Oracle   Oracle DBA Scripts  

Oracle Dataguard Monitoring


Scripts -1
Hi,

You should always monitor dataguard status if it is running or not


syncronized or not. I will share with you the most used dataguard or
standby monitor scripts.

https://ittutorial.org/oracle-dataguard-monitoring-scripts-1/ 1/5
10/17/2019 Oracle Dataguard Monitoring Scripts -1 | IT Tutorials

If you don’t know What is Oracle dataguard or want to know more detail,
you can read following article.

 Oracle DataGuard Step by Step Installation


with RMAN Duplicate Method -2

If you want to learn which of database is Standby and which of database is


Primary, you can execute below query.

SELECT database_role, open_mode FROM v$database;

You can display the status of background processes in a standby database


with below script.

select process, client_process,thread#,sequence#,status


from v$managed_standby;

You can just want to see MRP process status then you can execute below
script.

select process, client_process,thread#,sequence#,status


from v$managed_standby where process like '%MRP%';

https://ittutorial.org/oracle-dataguard-monitoring-scripts-1/ 2/5
10/17/2019 Oracle Dataguard Monitoring Scripts -1 | IT Tutorials

You can read other Oracle Dataguard monitoring scripts like following.

 Oracle Dataguard Monitoring Scripts -2

 Oracle Dataguard Monitoring Scripts -4

 Oracle Dataguard Monitoring Scripts -3

← Oracle ORA-01110 ORA-01111 UNNAMED FILE ERROR IN


STANDBY AFTER ADDING NEW DATAFILE TO PRIMARY DATABASE

Oracle Dataguard Monitoring Scripts -2 →

https://ittutorial.org/oracle-dataguard-monitoring-scripts-1/ 3/5
10/17/2019 Oracle Dataguard Monitoring Scripts -1 | IT Tutorials

Mehmet Salih Deveci


I am Founder of IT Tutorial and Certi ed Expert about
Oracle & SQL Server database, Goldengate, Exadata
Machine, Oracle Database Appliance administrator with
10+years experience. I have OCA, OCP, OCE RAC Expert
Certi cates I have worked 100+ Banking, Insurance,
Finance, Telco and etc. clients as a Consultant, Insource or Outsource. I
have done 200+ Operations in this clients such as Exadata Installation &
PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle
RAC Installation, SQL Server AlwaysOn Installation, Database Migration,
Disaster Recovery, Backup Restore, Performance Tuning, Periodic
Healthchecks. I have done 2000+ Table replication with Goldengate or SQL
Server Replication tool for DWH Databases in many clients. If you need
Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS
Consultancy and Training you can send my email
adress mehmetsalih.deveci@outlook.com. -                                                         
                                                                    
                                               - Oracle DBA, SQL Server DBA, APPS DBA, 
Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim
için  mehmetsalih.deveci@outlook.com a mail atabilirsiniz.

One thought on “Oracle Dataguard Monitoring


Scripts -1”

 Claire Altschuler
 May 12, 2019 at 2:38 am
 Permalink

Hello! This is kind of o topic but I need some guidance from an


established blog. Is it hard to set up your own blog? I’m not very techincal
but I can gure things out pretty fast. I’m thinking about setting up my
own but I’m not sure where to start. Do you have any tips or suggestions?
With thanks|

 Reply

Rent a BTC Miner


Full Online Webpanel For BTC
Server From $10 Mining
N Ph i lD i N d d
https://ittutorial.org/oracle-dataguard-monitoring-scripts-1/ 4/5
10/17/2019 Oracle Dataguard Monitoring Scripts -1 | IT Tutorials
No Physical Device Needed

Bittube.me Ads close

https://ittutorial.org/oracle-dataguard-monitoring-scripts-1/ 5/5

You might also like