I have question regarding adding diskgroup. Let’s say if we add any diskgroup with normal redundancy without using failgroup it will create diskgroup. So, how redundancy is maintained. Where would it write block image on same disk.
When you don’t define failgroup while creating normal redundancy diskgroup, oracle would automatically create diskgroup for you. Run following query to identify this
select name,path,failgroup,header_status from V$ASM_DISKGROUP;
This blog reflect our own views and do not necessarily represent the views of our current or previous employers.
The contents of this blog are from our experience, you may use at your own risk, however you are strongly advised to cross reference with Product documentation and test before deploying to production environments.
Recent Comments