Disclaimer

Monday, 13 September 2021

OCR and Voting Disks update in 18c and 19c


In Oracle GI 18c, the OCR and Voting disks must be located on ASM. 

A certified NFS or 3rd party shared file system is not supported for these files (you can keep your database on NFS or 3rd party shared FS, but not the OCR or the voting disks). 

More information can be found in the documentation. Note that placing these files on an NFS or shared FS was deprecated in 12.2


In 19c, Oracle removed this restriction and OCR and Voting disks can be placed directly on NFS or shared FS again (read about it here).



No comments:

Post a Comment

How to recovery PDB when PDB database is dropped in Oracle

  How to recovery PDB when PDB database is dropped :) [oracle@rac01 ~]$ sqlplus '/as sysdba' SQL*Plus: Release 21.0.0.0.0 - Product...