DBA Hub

📋Steps in this guide1/1

Monitor ASM disk rebalance

set pagesize 299 set lines 2999 select GROUP_NUMBER,OPERATION,STATE,POWER, ACTUAL,ACTUAL,EST_MINUTES from gv$asm_operation;

oracle configurationintermediate
by OracleDba
15 views
1

Monitor ASM disk rebalance

Code/Command (click line numbers to comment):

1
2
3
4
set pagesize 299
set lines 2999
select GROUP_NUMBER,OPERATION,STATE,POWER,
ACTUAL,ACTUAL,EST_MINUTES from gv$asm_operation;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!