Sunday, November 8, 2020

How to change ASM rebalance Power in Oracle Database

 How to change ASM rebalance Power in Oracle Database?

1. Login to ASM 

2. Use the below query to find ASM Rebalance power for all current operations.

select * from v$asm_operation;

3. Use the below query to change ASM rebalance power.

alter diskgroup DATA rebalance power 8; 

4. Use the below query to find changed ASM Rebalance power for all current operations.

select * from v$asm_operation;

No comments:

Post a Comment

Troubleshooting ACFS-07981: Metadata Validation Errors

  Troubleshooting ACFS-07981: Metadata Validation Errors Introduction The ACFS-07981 error indicates that an attempt to run an online file ...