/*
|| 表領域の断片化状況
*/
set echo off
set lines 120
set pages 100
clear col
ttitle off
–■PARAM_VALUEのサイズで出力幅(set lines以内)を調整
col TABLESPACE form a20
col FRAGMENTS form 999
col MAX_FREE form 999,999,999
col TOTAL form 999,999,999
col TOTAL_FREE form 999,999,999,999 head “FREE(MB)”
col USED form 999 head “USED(%)”
ttitle left ‘■■■■ 表領域の断片化状況 ■■■■’
spool tbs_frag_info.lis
SELECT
total.tablespace_name TABLESPACE
,FRAGMENTS
,max_free_bytes/(1024*1024) MAX_FREE
,total_bytes/(1024*1024) TOTAL
,total_free_bytes/(1024*1024) TOTAL_FREE
,(1-nvl(total_free_bytes, 0)/total_bytes)*100 USED
FROM (
SELECT
SUM(bytes) TOTAL_BYTES
,tablespace_name
FROM dba_data_files
GROUP BY tablespace_name
) TOTAL
,(
SELECT
SUM(bytes) TOTAL_FREE_BYTES
,MAX(bytes) MAX_FREE_BYTES
,COUNT(bytes) FRAGMENTS
,tablespace_name
FROM dba_free_space
GROUP BY tablespace_name
) FREE
WHERE total.tablespace_name = free.tablespace_name(+)
ORDER BY 1
;
spool off
clear col
ttitle off
Thank you for your comment.
Thanks a lot for the blog. Much thanks again. Much obliged. Adriana Trumann Oribel
Your welcome!
You’re welcome!
Hou la la! Cela pourrait être l’un des blogs les plus utiles que nous ayons jamais vu sur ce sujet. En fait magnifique. Je suis également spécialiste de ce sujet afin que je puisse comprendre vos efforts.
Teriann Orrin Darcy
Thank you!
Thank you!
Hou la la! Cela pourrait être l’un des blogs les plus utiles que nous ayons jamais vu sur ce sujet. En fait magnifique. Je suis également spécialiste de ce sujet afin que je puisse comprendre vos efforts. Elita Christie Matthei
Thank you!
Thank you!
Angenommen, Sie machen gute Links, um Sie auf den ersten Seiten von Suchmaschinen zu positionieren. Fionnula Vernen Pelson
Thank you!
Thank you!
Hallo und vielen Dank für dieses Blog ist eine wahre Inspiration .. Tamiko Cullen Loutitia
Thank you!
Thank you!
Ich habe Ihren Artikel mit Interesse gelesen. Camella Kellby Everett
Thank you!
Thank you!
Seu blog é um sucesso, muito completo. Ahhh quando a paixão está lá, tudo é 🙂 Merralee Kenn Gaultiero
Thank you!
Thank you!
Ich habe Ihren Artikel mit Interesse gelesen. Adelaida Harlen Alyda
Thank you!
Thank you!
Hou la la! Cela pourrait être l’un des blogs les plus utiles que nous ayons jamais vu sur ce sujet. En fait magnifique. Je suis également spécialiste de ce sujet afin que je puisse comprendre vos efforts. Blondell Chrotoem Tai
Thank you!
Olá e obrigado por este blog é uma verdadeira inspiração .. Belia Regan Nerte
Thank you!
La lecture de votre article a été très agréable. Rikki Miltie Dermot
Thank you!
Va ser divertit llegir el seu article. Della Isaak Chloette
Thank you!
Hello and thank you for this blog is a true inspiration.. Sam Maximo Heather
Thank you!
hello I love the header of your blog, it is a personal creation?
Thank you!
Great content! Super high-quality! Keep it up! 🙂
Thank you!
Awesome post! Keep up the great work! 🙂
Thank you!