set pagesize 50000

tti “Database growth per month for last year”


select to_char(creation_time, ‘RRRR Month’) “Month”,

       sum(bytes)/1024/1024 “Growth in Meg”

  from sys.v_$datafile

  where creation_time > SYSDATE-365

group by to_char(creation_time, ‘RRRR Month’)

/


tti off

By haisins

오라클 DBA 박용석 입니다. haisins@gmail.com 으로 문의 주세요.

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다