From 34b262d35684dafaf2b579b81e1a5d6553622566 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 22 Nov 2023 15:57:40 +0100 Subject: [PATCH] Update 21_datafile.sql --- sql/21_datafile.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/21_datafile.sql b/sql/21_datafile.sql index 13fcc57..a61a52d 100644 --- a/sql/21_datafile.sql +++ b/sql/21_datafile.sql @@ -15,8 +15,8 @@ COL online_status format a15 head "Online Statut" SELECT file_id, file_name, tablespace_name, - round(bytes/1024/1024,0) , - round(maxbytes/1024/1024,0) , + round(bytes/1024/1024,0) bytes, + round(maxbytes/1024/1024,0) maxbytes, round(100*bytes/maxbytes) Pct_Used, online_status, status, autoextensible