Disclaimer

Sunday, 18 July 2021

How to check OLR and OCR location from OS level - RAC

 

[oracle@rac3 ~]$

[oracle@rac3 ~]$ cat /etc/oracle/ocr.loc

#Device/file +CRS getting replaced by device +CRS/samik-cluster/OCRFILE/registry.255.1031877205

ocrconfig_loc=+CRS/samik-cluster/OCRFILE/registry.255.1031877205

local_only=false[oracle@rac3 ~]$

[oracle@rac3 ~]$

[oracle@rac3 ~]$

[oracle@rac3 ~]$ cat /etc/oracle/olr.loc

olrconfig_loc=/u02/app/12.2.0/grid/cdata/rac3.olr

crs_home=/u02/app/12.2.0/grid

[oracle@rac3 ~]$



[oracle@rac4 ~]$
[oracle@rac4 ~]$ cat /etc/oracle/ocr.loc

ocrconfig_loc=+CRS/samik-cluster/OCRFILE/registry.255.1031877205
local_only=FALSE

[oracle@rac4 ~]$
[oracle@rac4 ~]$

[oracle@rac4 ~]$
[oracle@rac4 ~]$ cat /etc/oracle/olr.loc

olrconfig_loc=/u02/app/12.2.0/grid/cdata/rac4.olr
crs_home=/u02/app/12.2.0/grid

[oracle@rac4 ~]$
[oracle@rac4 ~]$







No comments:

Post a Comment

Understanding SQL Plan Baselines in Oracle Database

  Understanding SQL Plan Baselines in Oracle Database SQL Plan Baseline is the feature in Oracle started from Database 11g that helps to pre...