UWVA#40199

svn path=/Customer/; revision=33491
This commit is contained in:
Ruud Lipper
2017-04-14 08:50:31 +00:00
parent 3856aada74
commit 6e9949d1bc

41
onces/UWVA/UWVA#40199.sql Normal file
View File

@@ -0,0 +1,41 @@
--
-- $Id$
--
-- Customer specific once-script UWVA#40199.
DEFINE thisfile = 'UWVA#40199.SQL'
DEFINE dbuser = '^UWVA'
DEFINE custid = 'UWVA'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
UPDATE mld_disc_params
SET fac_activiteit_key = NULL
WHERE fac_activiteit_key = 21;
DELETE FROM fac_activiteit
WHERE fac_activiteit_key = 21;
COMMIT;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$'); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile