alter diskgroup FRA add filegroup high_filegroup database orcl, ORA-15067
I want to add filegroup to the diskgroup FRA which has normal redundancy.
When running the following command getting error ORA-15067:
SQL> alter diskgroup FRA add filegroup high_filegroup database orcl;
alter diskgroup FRA add filegroup high_filegroup database orcl
*
ERROR at line 1:
ORA-15067: command or option incompatible with diskgroup redundancy
What can be the reason?