Oracle: Consumo FRA (Fast Recovery Area)
Segue abaixo algumas querys para validar o consumo de FRA (Fast Recovery Area)
Verificando consumo
set linesize 500
col NAME for a50
select name, ROUND(SPACE_LIMIT/1024/1024/1024,2) "Allocated Space(GB)",
round(SPACE_USED/1024/1024/1024,2) "Used...
aspadini.hashnode.dev1 min read