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)
Index rebuild online in Oracle - shell script
[oracle@rac10p reorg]$ cat index_rebuild_EMP.sh #!/bin/ksh export ORACLE_HOME=/oracle/K12/19 export ORACLE_SID=K12 export PATH=$PATH:/$ORA...
-
What Is OEM? Oracle Enterprise Manager (OEM) has built-in management capabilities that enable DBAs and Apps DBAs to monitor and ma...
-
Oracle ASMCMD is ASM command-line utility that you can use to manage Oracle ASM instances, disk groups, file access control for disk groups,...
-
In each version of the Oracle database, a large number of background processes will be added. Below I have compiled a list of Oracle backg...
No comments:
Post a Comment