📅  最后修改于: 2022-03-11 15:05:22.890000             🧑  作者: Mango
# To get how much bytes all data files are consuming in Oracle, run this
select sum(bytes) from dba_data_files;
# after that google how many mb, gb, tb, pb etc... that many bytes are