Last active
September 21, 2017 09:12
-
-
Save fljdin/6ce77d9a7cf25587d570d0e05f5ee8c8 to your computer and use it in GitHub Desktop.
ASM Compatibility https://www.pythian.com/blog/oracle-11g-asm-diskgroup-compatibility/
This file contains hidden or 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
| col COMPATIBILITY form a10 | |
| col DATABASE_COMPATIBILITY form a10 | |
| col NAME form a20 | |
| select group_number, name, compatibility, database_compatibility from v$asm_diskgroup; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment