mengzhaoliang
select round(sum( bytes/(1024*1024*1024)),0) "total_space GB"from dba_data_files;
round 是oracle数据库四舍五入函数