Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Created September 25, 2022 15:59
Show Gist options
  • Select an option

  • Save Tracnac/5a4f2b13cb53da9a2689f57f954a4510 to your computer and use it in GitHub Desktop.

Select an option

Save Tracnac/5a4f2b13cb53da9a2689f57f954a4510 to your computer and use it in GitHub Desktop.
Oracle ASM Repair #oracle #asm

select path, free_mb,total_mb,state from v$asm_disk where group_number in (select group_number from v$asm_diskgroup where name='DATA');

alter diskgroup data check all repair; alter diskgroup data rebalance power 10;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment