sql fra detail usage.sql

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql fra detail usage.sql相关的知识,希望对你有一定的参考价值。

select round(space_used/space_limit*100,2) "Tx FRA %" from v$recovery_file_dest;
SET LINES 132
 
SELECT file_type
     , round(space_limit*percent_space_used/100/1024/1024,0) used_mb
     , round(percent_space_used,0) used_pct
     , round(space_limit*percent_space_reclaimable/100/1024/1024,0) reclaimable_mb
     , round(percent_space_reclaimable,0) reclaimable_pct
     , frau.number_of_files num_of_files
FROM v$recovery_file_dest rfd, v$flash_recovery_area_usage frau
UNION ALL
SELECT '** Total **' 
     , round(space_used/1024/1024,0) 
     , round(100*space_used/space_limit,0)
     , round(space_reclaimable/1024/1024,0) 
     , round(100*space_reclaimable/space_limit,0)
     , number_of_files
FROM v$recovery_file_dest rfd;

以上是关于sql fra detail usage.sql的主要内容,如果未能解决你的问题,请参考以下文章

sql Consulta Tamanho FRA

Oracle中,如何查看FRA(Flashback Recovery Area)的利用率

ORA-00349: failure obtaining block size for '+fra_grp01_d

053-649

如果 FRA 利用率过高,Oracle 19c 发送电子邮件通知

当指定asm disk 为FRA时,11.2.0.3的dbua hang住