查看数据库数据文件的总大小

select round(sum( bytes/(1024*1024*1024)),0) "total_space GB"
from dba_data_files;

 

 

 

round oracle数据库四舍五入函数

请使用浏览器的分享功能分享到微信等