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:
- Tham số cấu hình WAL file Postgresql
- Q10. Which three statements are true regarding single row subqueries?
- Hệ thống chứng chỉ Oracle Oracle Certification
- Information là gì?
- Q163 Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)?