SlideShare a Scribd company logo
select to_char(Trunc(creation_time,'MM'), 'MON RRRR') "Month",
sum(bytes)/1024/1024/1024 "Growth in GB"
from sys.v_$datafile
where creation_time > SYSDATE-9999
group by Trunc(creation_time,'MM')
order by Trunc(creation_time,'MM');

More Related Content

KEY
Geo & capped collections with MongoDB
PDF
Understanding DLmalloc
PDF
Exploring the Enron Email Dataset with Kiji and Hive
PDF
ClickHouse materialized views - a secret weapon for high performance analytic...
PDF
MongoDB: Intro & Application for Big Data
PDF
실용주의 머신러닝 CNN MNIST TENSORBOARD
PDF
ClickHouse Features for Advanced Users, by Aleksei Milovidov
PDF
The Ring programming language version 1.8 book - Part 67 of 202
Geo & capped collections with MongoDB
Understanding DLmalloc
Exploring the Enron Email Dataset with Kiji and Hive
ClickHouse materialized views - a secret weapon for high performance analytic...
MongoDB: Intro & Application for Big Data
실용주의 머신러닝 CNN MNIST TENSORBOARD
ClickHouse Features for Advanced Users, by Aleksei Milovidov
The Ring programming language version 1.8 book - Part 67 of 202

What's hot (10)

PPTX
Ogdc 2013 lets remake the wheel
PPTX
OGDC2013_Lets remake the wheel_ Mr Nguyen Trung Hung
PDF
The Ring programming language version 1.10 book - Part 78 of 212
PPTX
NoSQL with MongoDB
PDF
The Weather of the Century
PDF
The Weather of the Century Part 3: Visualization
DOCX
Genomic Graphics
PPTX
Hadoop Summit 2012 | Bayesian Counters AKA In Memory Data Mining for Large Da...
PDF
Errata Factory Physics Second Edition
PPTX
Dthreads: Efficient Deterministic Multithreading
Ogdc 2013 lets remake the wheel
OGDC2013_Lets remake the wheel_ Mr Nguyen Trung Hung
The Ring programming language version 1.10 book - Part 78 of 212
NoSQL with MongoDB
The Weather of the Century
The Weather of the Century Part 3: Visualization
Genomic Graphics
Hadoop Summit 2012 | Bayesian Counters AKA In Memory Data Mining for Large Da...
Errata Factory Physics Second Edition
Dthreads: Efficient Deterministic Multithreading
Ad

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation theory and applications.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Machine Learning_overview_presentation.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
1. Introduction to Computer Programming.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
A Presentation on Artificial Intelligence
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
Machine learning based COVID-19 study performance prediction
Building Integrated photovoltaic BIPV_UPV.pdf
Electronic commerce courselecture one. Pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Big Data Technologies - Introduction.pptx
Group 1 Presentation -Planning and Decision Making .pptx
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation theory and applications.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Machine Learning_overview_presentation.pptx
Spectroscopy.pptx food analysis technology
1. Introduction to Computer Programming.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
A Presentation on Artificial Intelligence
A comparative analysis of optical character recognition models for extracting...
Unlocking AI with Model Context Protocol (MCP)
Diabetes mellitus diagnosis method based random forest with bat algorithm
SOPHOS-XG Firewall Administrator PPT.pptx
Ad

Database growth