Monday, October 12, 2020

How to find out currently running databases in RAC setup

You can query for these background processes to tell if you are using RAC.


select
   name,
   value
from
   v$parameter
where
   name='cluster_database';
NAME                  VALUE
--------------------- ---------------------
cluster_database      TRUE

No comments:

Post a Comment

Featured post

Migrate OCR & vote from external to normal or High redundancy in ASM

How to Move OCR & Vote from external to Normal or high. 1)  Create New diskgroup(CRS) with suitable redundancy for OCR and Voting files....

Popular Posts