Create 01_asm.sql

This commit is contained in:
Yacine31
2023-11-23 02:08:25 +01:00
parent 540404f899
commit 06003296d3

23
asm/01_asm.sql Normal file
View File

@@ -0,0 +1,23 @@
PRO <h2>Configuratiom ASM</h2>
select * from GV_$ASM_DISKGROUP;
select
a.inst_id,
a.group_number,
a.disk_number,
a.header_status,
a.mode_status,
a.state,
a.redundancy,
a.os_mb,
a.total_mb,
a.free_mb,
a.cold_used_mb,
a.name,
a.failgroup,
a.path,
a.create_date
from GV_$ASM_DISK a;