Get Oracle Database Growth up by Month
SELECT To_char(creation_time, 'RRRR') year, To_char(creation_time, 'MM') month, Round(SUM(bytes) / 1024 / 1024 ) MB FROM v$datafile GROUP BY To_char(creation_time, 'RRRR'), To_char(creation_time, 'MM') ORDER BY 1, 2;

Xem thêm:
- Application Root và Application Seed trong Oracle Multitenant
- Q135 Which two are true about a SQL statement using SET operators such as UNION?
- Bàn luận về việc Cải thiện hiệu suất tổng thể cho Oracle database
- Q152. Which three are true about monitoring waits for sessions and services?
- Install Oracle Database | Cài đặt Oracle database 19C trên Oracle linux
