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
사업자 정보 표시
(주)블루원 | 김홍태 | 서울특별시 용산구 원효로 4가 135 금홍 2빌딩 | 사업자 등록번호 : 106-86-76684 | TEL : 02-3272-7200 | Mail : support_ora@blueone.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기
'DB - ORACLE > Oracle Command' 카테고리의 다른 글
일별 Range 파티션을 자동화 관리 하는 스크립트 (0) | 2015.11.18 |
---|---|
Coalesce될 수 있는 tablespace조회 (0) | 2015.09.03 |
CPU부하 급증 SQL 찾기 (0) | 2015.09.02 |
RMAN catalog DB 생성하고 catalog 로 접속하기 (0) | 2015.08.31 |
온라인 백업 스크립트 데이터파일/아카이브 (0) | 2015.08.31 |