BLST#76842 Opruimscript (BLST025) leidt tot slecht functionerende website

svn path=/Customer/; revision=59273
This commit is contained in:
Suzan Wiegerinck
2023-02-22 16:37:16 +00:00
parent 616277e7a2
commit 02fde7820c

41
onces/BLST/BLST#76842.sql Normal file
View File

@@ -0,0 +1,41 @@
--
-- $Id$
--
-- BLST#76842 Opruimscript (BLST025) leidt tot slecht functionerende website
-- Besloten is om deze taak uit te laten voeren op zaterdag
-- Om dit beter te kunnen sturen/bepalen wordt het opschonen niet meer via de standaard weekly task gedaan
--
DEFINE thisfile = 'BLST#76842.SQL'
DEFINE dbuser = '^BLST'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
WHENEVER SQLERROR CONTINUE;
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
SPOOL &fcltlogfile
WHENEVER SQLERROR EXIT;
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
WHENEVER SQLERROR CONTINUE;
PROMPT &fcltcusterr
SET DEFINE OFF
------ payload begin ------
DROP PROCEDURE blst_weekly;
COMMIT;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile