Update DailyCheck_html.sql

This commit is contained in:
Yacine31
2023-01-27 18:06:08 +01:00
parent a36dae724b
commit 7e7719d56b

View File

@@ -3,13 +3,14 @@ SET ECHO OFF
SET SERVEROUTPUT OFF
set feedback off
set echo off pagesize 1000 markup html on ENTMAP OFF spool on TABLE BORDER='1'
-- spool ./DailyCheck.html
-- ---------------------------------------------------
prompt 1 - Current DATE
-- ---------------------------------------------------
select to_char(sysdate,'DD/MM/YYYY HH24:MI:SS') "CURRENT DATE" from dual;
exit
-- ---------------------------------------------------
prompt 2 - DB SIZE
-- ---------------------------------------------------