This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SQL> alter diskgroup DBFS_DG SET ATTRIBUTE 'compatible.asm' = '12.1'; | |
alter diskgroup DBFS_DG SET ATTRIBUTE 'compatible.asm' = '12.1' | |
* | |
ERROR at line 1: | |
ORA-15032: not all alterations performed | |
ORA-15242: could not set attribute compatible.asm | |
ORA-15418: Appliance mode is not supported for compatible.asm 12.1.0.0.0. | |
SQL> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment