Update 21_datafile.sql

This commit is contained in:
Yacine31
2023-11-22 15:57:40 +01:00
parent 1678144c98
commit 34b262d356

View File

@@ -15,8 +15,8 @@ COL online_status format a15 head "Online Statut"
SELECT SELECT
file_id, file_name, tablespace_name, file_id, file_name, tablespace_name,
round(bytes/1024/1024,0) , round(bytes/1024/1024,0) bytes,
round(maxbytes/1024/1024,0) , round(maxbytes/1024/1024,0) maxbytes,
round(100*bytes/maxbytes) Pct_Used, round(100*bytes/maxbytes) Pct_Used,
online_status, online_status,
status, autoextensible status, autoextensible