Update DailyCheck_html.sql
This commit is contained in:
@@ -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
|
||||
-- ---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user