Wednesday, 18 August 2021
Switch over and switch back database using DATAGUARD broker
  Database Role:    Primary database
===================
Before Switchover status (Primary):
SQL> select status,instance_name,database_role from v$database,v$instance;
[oracle@rac8 ~]$ ps -ef| grep smon
-------Check the database status at Standby with become primary now-------
STATUS       INSTANCE_NAME    DATABASE_ROLE
SQL> startup nomount;
SQL> select status from v$instance;
Subscribe to:
Post Comments (Atom)
Oracle Exadata
Hardware Architecture:- Oracle Exadata Database Machine employs a modern scale-out architecture encompassing database compute, storage, ne...
- 
When a query is submitted by the user it comes to the shared pool and it is processed by the library cache i.e. statement is parsed their...
- 
What Is OEM? Oracle Enterprise Manager (OEM) has built-in management capabilities that enable DBAs and Apps DBAs to monitor and ma...
- 
Local partitioned Index In a local partitioned index, the number of index partitions will match the number of partitions in the base table...
 
 
No comments:
Post a Comment