WOIJ#60500: aiai bij zoeken mjob console.

svn path=/Customer/; revision=45129
This commit is contained in:
Maykel Geerdink
2019-12-05 12:14:24 +00:00
parent 644d85f64a
commit 3d64de6eab
2 changed files with 0 additions and 34 deletions

0
onces/WOIJ/.gitignore vendored Normal file
View File

View File

@@ -1,34 +0,0 @@
--
-- $Id$
--
-- Taak terugzetten van status 2 naar statu 0
DEFINE thisfile = 'WOIJ#60500.SQL'
DEFINE dbuser = '*'
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 ins_deelsrtcontrole
SET ins_deelsrtcontrole_status = 0
WHERE ins_deelsrtcontrole_key = 7482
------ 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